summaryrefslogtreecommitdiffstats
path: root/base/synchronization/waitable_event_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Base: Truncate the timeout of WaitableEvent::TimedWait on Windows.rvargas2015-04-011-4/+4
* Make sure that WaitableEvent::TimedWait works fine with large timeouts.rvargas2015-03-311-6/+6
* Revert "Make sure that WaitableEvent::TimedWait works fine with large timeouts."rvargas2015-03-301-6/+6
* Make sure that WaitableEvent::TimedWait works fine with large timeouts.rvargas2015-03-261-6/+6
* WaitableEvent: Receive ScopedHandle at construction and remove Release method.rvargas2014-11-251-6/+2
* Use ScopedHandle for the private members of WaitableEvent.rvargas2014-09-231-10/+8
* Removed LOG_GETLASTERROR and LOG_ERRNO macros.vitalybuka@chromium.org2014-05-211-1/+1
* Use a direct include of time headers in base/, part 2.avi@chromium.org2013-06-281-1/+1
* Use LOG_GETLASTERROR in more cases in base/mseaborn@chromium.org2013-01-281-1/+1
* Disallow UI/IO thread blocking on any other thread.jam@chromium.org2012-04-261-0/+4
* Modify WaitableEvent::Wait() to return voidsteveblock@chromium.org2011-10-121-2/+1
* More DCHECK() updates. A mixture of _EQ and _GE.mhm@chromium.org2011-03-011-1/+1
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-0/+99