summaryrefslogtreecommitdiffstats
path: root/base/threading/worker_pool_posix_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add virtual and OVERRIDE to base/ implementation filesrsleevi@chromium.org2012-04-061-2/+2
* [Mac] In PlatformThread::CurrentId(), use pthread_self() instead of mach_thre...rsesek@chromium.org2012-01-241-2/+17
* Remove several more custom Task implementations from base/dcheng@chromium.org2011-11-291-81/+50
* Revert 111865 - Remove several more custom Task implementations from base/dcheng@chromium.org2011-11-291-50/+81
* Remove several more custom Task implementations from base/dcheng@chromium.org2011-11-291-81/+50
* Modify WaitableEvent::Wait() to return voidsteveblock@chromium.org2011-10-121-1/+1
* Support Closure in ALL the loops!ajwong@chromium.org2011-07-261-16/+18
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-7/+7
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-011-1/+1
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-1/+1
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-301-0/+268