summaryrefslogtreecommitdiffstats
path: root/base/waitable_event_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Add 64bit supportgregoryd@google.com2009-11-061-1/+3
* Coverity: Remove a check that can never be true. result is unsigned, so it c...jhawkins@chromium.org2009-09-301-1/+1
* An assert was being hit because WaitableEvent's dtor was calling CloseHandle ...jam@chromium.org2009-03-061-0/+6
* WaitableEvent is the replacement for Windows events. Previously in the code, ...agl@chromium.org2009-01-151-7/+33
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-1/+0
* Set svn:eol-style = LF on files in base from which it is missingmmentovai@google.com2008-09-021-66/+66
* Use a more compact license header in source files.license.bot2008-08-241-90/+66
* reland r1075 w/ tweak to fix test failuresdarin@google.com2008-08-201-2/+7
* rollback r1075 to see if it helps resolve test failuresdarin@google.com2008-08-201-7/+2
* Eliminate TimerManager::GetCurrentDelay in favor of always referring to the f...darin@google.com2008-08-201-2/+7
* Provide cross-platform implementation of WaitableEvent for use on Mac and Linux.darin@google.com2008-08-111-1/+2
* A basic wrapper for a windows event object that encapsulates the way we often...darin@google.com2008-08-091-0/+84