summaryrefslogtreecommitdiffstats
path: root/base/threading/sequenced_worker_pool.h
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in base/dcheng2014-10-211-6/+6
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-071-3/+3
* Document that tests should avoid using bare SWPs.earthdok@chromium.org2013-12-031-0/+3
* Abort SandboxedUnpacker::RewriteImageFiles on browser shutdowndpolukhin@chromium.org2013-07-101-0/+6
* base: Re-commit SequencedWorkerPool globally unique tokens with unused variab...tommycli@chromium.org2013-07-091-1/+11
* Revert 210434 "Revert 210433 "Revert 210423 "base: Make Sequence..."ajwong@chromium.org2013-07-081-11/+1
* Revert 210433 "Revert 210423 "base: Make SequencedWorkerPool iss..."scottmg@chromium.org2013-07-081-1/+11
* Revert 210423 "base: Make SequencedWorkerPool issue globally uni..."scottmg@chromium.org2013-07-081-11/+1
* base: Make SequencedWorkerPool issue globally unique SequenceTokens.tommycli@chromium.org2013-07-081-1/+11
* Regularize storage monitor creation in Windows.gbillock@chromium.org2013-04-181-4/+4
* Flush SequenceWorkerPool tasks after each test. Applies to unit_test, interac...michaeln@google.com2013-03-071-0/+1
* SharedWorkerPool.Shutdown(int max_new_blocking_tasks)michaeln@chromium.org2012-12-191-1/+10
* Add comments about memory behavior of SWP tasks with the same sequence tokenakalin@chromium.org2012-12-181-0/+9
* - Implement delayed task posting for SequencedWorkerPool.nhiroki@chromium.org2012-10-021-4/+38
* Ensure SequencedWorkerPool::Shutdown() blocks for already-started SKIP_ON_SHU...rsleevi@chromium.org2012-07-211-7/+13
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti...tedvessenes@gmail.com2012-06-211-3/+0
* Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead...asanka@chromium.org2012-06-011-0/+3
* Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta.tedvessenes@gmail.com2012-06-011-3/+0
* Add SequencedWorkerPoolTaskRunner which lets you specify the shutdown behavior.mattm@chromium.org2012-04-111-0/+11
* Implementation of SequencedTaskRunner based on SequencedWorkerPool.francoisk777@gmail.com2012-04-021-0/+7
* Add SequencedWorkerPool.IsRunningSequenceOnCurrentThread so callers can make ...michaeln@google.com2012-03-301-0/+4
* Relax check for message loop in SequencedWorkerPoolakalin@chromium.org2012-03-171-1/+5
* Move work signal count tracking from SequencedWorkerPool to the test fileakalin@chromium.org2012-03-141-8/+8
* Clean up condition variable usage in SequencedWorkerPoolakalin@chromium.org2012-03-121-1/+9
* Ensure that SequencedWorkerPools in tests don't outlive their testsakalin@chromium.org2012-03-061-2/+12
* Make SequencedWorkerPool a TaskRunnerakalin@chromium.org2012-02-291-4/+17
* Fix up SequencedWorkerPool in preparation for making it a TaskRunnerakalin@chromium.org2012-02-271-18/+26
* Hook up the SequencedWorkerPool to the browser thread.brettw@chromium.org2012-01-191-0/+16
* Revert 116816 - Hook up the SequencedWorkerPool to the browser thread.msw@chromium.org2012-01-071-6/+0
* Hook up the SequencedWorkerPool to the browser thread.brettw@chromium.org2012-01-071-0/+6
* Add a sequenced worker pool.brettw@chromium.org2012-01-011-0/+206