| Commit message (Expand) | Author | Age | Files | Lines |
* | Move CancellationFlag and WaitableEvent to the synchronization subdirectory. | brettw@chromium.org | 2011-01-02 | 1 | -164/+0 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 1 | -3/+3 |
* | Disable WaitableEventWatcherTest.DeleteUnder on win. | mattm@chromium.org | 2010-11-05 | 1 | -1/+7 |
* | Style cleanup in preparation for auto-linting base/. | erg@google.com | 2010-01-26 | 1 | -1/+1 |
* | Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ... | pkasting@chromium.org | 2009-09-29 | 1 | -3/+3 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -3/+3 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -3/+3 |
* | POSIX: allow WaitableEvents to be deleted while watching them. | agl@chromium.org | 2009-03-26 | 1 | -0/+22 |
* | Revert "POSIX: allow WaitableEvents to be deleted while watching them." | agl@chromium.org | 2009-03-25 | 1 | -22/+0 |
* | POSIX: allow WaitableEvents to be deleted while watching them. | agl@chromium.org | 2009-03-25 | 1 | -0/+22 |
* | Windows scons fix: more functions static and scons file fix | agl@chromium.org | 2009-01-15 | 1 | -2/+2 |
* | Windows scons fix: forgot to rename some tests | agl@chromium.org | 2009-01-15 | 1 | -4/+4 |
* | Linux: Build fix for WaitableEvent merge | agl@chromium.org | 2009-01-15 | 1 | -3/+3 |
* | WaitableEvent is the replacement for Windows events. Previously in the code, ... | agl@chromium.org | 2009-01-15 | 1 | -0/+136 |