summaryrefslogtreecommitdiffstats
path: root/base/waitable_event.h
Commit message (Expand)AuthorAgeFilesLines
* FBTF: Moves code to the headers.erg@google.com2010-09-281-4/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Give classes with virtual methods virtual protected destructors instead of im...jamesr@chromium.org2009-12-161-1/+4
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-4/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-1/+4
* Reduce header dependencies in base/phajdan.jr@chromium.org2009-06-031-3/+0
* POSIX: allow WaitableEvents to be deleted while watching them.agl@chromium.org2009-03-261-8/+30
* Revert "POSIX: allow WaitableEvents to be deleted while watching them."agl@chromium.org2009-03-251-30/+8
* POSIX: allow WaitableEvents to be deleted while watching them.agl@chromium.org2009-03-251-8/+30
* Remove unneeded uses of base/ref_counted.h.thestig@chromium.org2009-03-181-1/+0
* An assert was being hit because WaitableEvent's dtor was calling CloseHandle ...jam@chromium.org2009-03-061-0/+3
* POSIX: Get IPCSyncChannel unittests workingagl@chromium.org2009-01-201-0/+3
* Mac build fixagl@chromium.org2009-01-151-2/+2
* WaitableEvent is the replacement for Windows events. Previously in the code, ...agl@chromium.org2009-01-151-8/+79
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-3/+2
* Set svn:eol-style = LF on files in base from which it is missingmmentovai@google.com2008-09-021-83/+83
* Use a more compact license header in source files.license.bot2008-08-241-107/+83
* Provide cross-platform implementation of WaitableEvent for use on Mac and Linux.darin@google.com2008-08-111-2/+15
* A basic wrapper for a windows event object that encapsulates the way we often...darin@google.com2008-08-091-0/+94