summaryrefslogtreecommitdiffstats
path: root/base/threading/worker_pool_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* base: Convert MessageLoop::RunUntilIdle() cases to base::RunLoop variant.tfarina@chromium.org2013-02-051-1/+2
* base: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-10-301-1/+1
* Give the post-and-reply worker pool test a chance to finish on iOSstuartmorgan@chromium.org2012-07-241-0/+5
* Switch to TimeDelta interface for process waiting functions in base.tedvessenes@gmail.com2012-07-111-2/+1
* Disabled WorkerPoolTest.PostTaskAndReply test on Windows and Linux.kmadhusu@chromium.org2012-05-301-1/+8
* RefCounted types should not have public destructors, base/ editionrsleevi@chromium.org2012-04-251-3/+5
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Remove custom Task implementations in base.dcheng@chromium.org2011-11-231-15/+9
* Add WorkerPool::PostTaskAndReply and use in DHCP code.joi@chromium.org2011-10-141-0/+60
* Modify WaitableEvent::Wait() to return voidsteveblock@chromium.org2011-10-121-5/+2
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-2/+4
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-301-0/+46