summaryrefslogtreecommitdiffstats
path: root/base/waitable_event_watcher_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-164/+0
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-3/+3
* Disable WaitableEventWatcherTest.DeleteUnder on win.mattm@chromium.org2010-11-051-1/+7
* Style cleanup in preparation for auto-linting base/.erg@google.com2010-01-261-1/+1
* 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