index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
threading
/
sequenced_worker_pool_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
RefCounted types should not have public destructors, base/ edition
rsleevi@chromium.org
2012-04-25
1
-3
/
+7
*
Add SequencedWorkerPoolTaskRunner which lets you specify the shutdown behavior.
mattm@chromium.org
2012-04-11
1
-5
/
+65
*
Rename SequencedWorkerPoolTaskRunner to SequencedWorkerPoolSequencedTaskRunner.
mattm@chromium.org
2012-04-11
1
-1
/
+48
*
Add virtual and OVERRIDE to base/ implementation files
rsleevi@chromium.org
2012-04-06
1
-3
/
+3
*
Implementation of SequencedTaskRunner based on SequencedWorkerPool.
francoisk777@gmail.com
2012-04-02
1
-66
/
+1
*
Add SequencedWorkerPool.IsRunningSequenceOnCurrentThread so callers can make ...
michaeln@google.com
2012-03-30
1
-0
/
+52
*
Move work signal count tracking from SequencedWorkerPool to the test file
akalin@chromium.org
2012-03-14
1
-6
/
+24
*
Clean up condition variable usage in SequencedWorkerPool
akalin@chromium.org
2012-03-12
1
-0
/
+12
*
Move task_runner_test_template.* into base/test and test_support_base
akalin@chromium.org
2012-03-09
1
-1
/
+1
*
Ensure that SequencedWorkerPools in tests don't outlive their tests
akalin@chromium.org
2012-03-06
1
-36
/
+89
*
Move tsan suppression for SequencedWorkerPool to benign section
akalin@chromium.org
2012-02-29
1
-0
/
+27
*
Make SequencedWorkerPool a TaskRunner
akalin@chromium.org
2012-02-29
1
-2
/
+37
*
Fix up SequencedWorkerPool in preparation for making it a TaskRunner
akalin@chromium.org
2012-02-27
1
-37
/
+38
*
Fix calls in base and net unit tests to use TimeDelta.
tedvessenes@gmail.com
2012-02-04
1
-2
/
+2
*
Add a sequenced worker pool.
brettw@chromium.org
2012-01-01
1
-0
/
+405