summaryrefslogtreecommitdiffstats
path: root/base/waitable_event_watcher_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...pkasting@chromium.org2009-09-291-3/+3
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-3/+3
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-3/+3
* POSIX: allow WaitableEvents to be deleted while watching them.agl@chromium.org2009-03-261-0/+22
* Revert "POSIX: allow WaitableEvents to be deleted while watching them."agl@chromium.org2009-03-251-22/+0
* POSIX: allow WaitableEvents to be deleted while watching them.agl@chromium.org2009-03-251-0/+22
* Windows scons fix: more functions static and scons file fixagl@chromium.org2009-01-151-2/+2
* Windows scons fix: forgot to rename some testsagl@chromium.org2009-01-151-4/+4
* Linux: Build fix for WaitableEvent mergeagl@chromium.org2009-01-151-3/+3
* WaitableEvent is the replacement for Windows events. Previously in the code, ...agl@chromium.org2009-01-151-0/+136