Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -385/+0 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 1 | -5/+5 |
* | Move some misc thread-related stuff from base to base/thread and into the base | brettw@chromium.org | 2010-12-30 | 1 | -1/+1 |
* | Improve the run time of base_unittests by about 20s by reducing timeouts in | phajdan.jr@chromium.org | 2009-11-05 | 1 | -4/+4 |
* | Fix Windows compile. | phajdan.jr@chromium.org | 2009-06-03 | 1 | -0/+1 |
* | Reduce the amount of #ifdef. | maruel@chromium.org | 2009-01-27 | 1 | -35/+21 |
* | Fix a memory leak in release with ThreadCollisionWarner unit tests. Less than... | maruel@chromium.org | 2009-01-27 | 1 | -8/+20 |
* | Add thread safety checks but keep them disabled for now until I fix all the c... | maruel@chromium.org | 2009-01-26 | 1 | -6/+32 |
* | Adds a helper class used to mark/define critical section in a class and then ... | maruel@chromium.org | 2008-12-17 | 1 | -0/+360 |