summaryrefslogtreecommitdiffstats
path: root/base/threading/worker_pool.cc
Commit message (Expand)AuthorAgeFilesLines
* Add some missing virtual destructors to base classes.derat2015-07-131-0/+1
* Standardize usage of virtual/override/final in base/dcheng2014-10-211-7/+7
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-071-3/+3
* Annotate WorkerPool::PostTaskAndReply as leaky.earthdok@chromium.org2013-09-181-0/+7
* Add missing, and remove unnecessary, 'explicit' from constructors. (base/)hans@chromium.org2013-01-151-2/+3
* Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti...tedvessenes@gmail.com2012-06-211-14/+4
* Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead...asanka@chromium.org2012-06-011-4/+14
* Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta.tedvessenes@gmail.com2012-06-011-14/+4
* Add TaskRunner wrapper for WorkerPool.mattm@chromium.org2012-04-251-1/+87
* Add WorkerPool::PostTaskAndReply and use in DHCP code.joi@chromium.org2011-10-141-0/+40