summaryrefslogtreecommitdiffstats
path: root/base/synchronization/waitable_event.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Make sure that WaitableEvent::TimedWait works fine with large timeouts."rvargas2015-03-301-2/+0
* Make sure that WaitableEvent::TimedWait works fine with large timeouts.rvargas2015-03-261-0/+2
* Remove base::WaitForExitCode*rvargas2015-03-031-3/+0
* WaitableEvent: Receive ScopedHandle at construction and remove Release method.rvargas2014-11-251-5/+1
* Use ScopedHandle for the private members of WaitableEvent.rvargas2014-09-231-3/+4
* Take extra lock in base::WaitableEvent::WaitMany.yhirano@chromium.org2014-08-071-2/+12
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Objects that derive from RefCounted/RefCountedThreadSafe should not have publ...rsleevi@chromium.org2012-04-061-2/+5
* Modify WaitableEvent::Wait() to return voidsteveblock@chromium.org2011-10-121-3/+2
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-2/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Base: First pass at having base.dll: definition ofrvargas@google.com2011-03-221-1/+2
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* Start sorting methods in class declarations.erg@google.com2011-01-071-6/+7
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-0/+179