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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SequencedWorkerPoolTaskRunner which lets you specify the shutdown behavior.
mattm@chromium.org
2012-04-11
3
-10
/
+190
*
Rename SequencedWorkerPoolTaskRunner to SequencedWorkerPoolSequencedTaskRunner.
mattm@chromium.org
2012-04-11
5
-213
/
+164
*
Add virtual and OVERRIDE to base/ implementation files
rsleevi@chromium.org
2012-04-06
11
-43
/
+51
*
Objects that derive from RefCounted/RefCountedThreadSafe should not have publ...
rsleevi@chromium.org
2012-04-06
1
-1
/
+3
*
Add ability to create a platform thread with a priority.
dgreid@chromium.org
2012-04-05
3
-3
/
+53
*
Modify SequencedWorkerPoolTaskRunner's RunsTasksOnCurrentThread method to mor...
michaeln@google.com
2012-04-05
1
-1
/
+1
*
Implementation of SequencedTaskRunner based on SequencedWorkerPool.
francoisk777@gmail.com
2012-04-02
6
-66
/
+224
*
Add SequencedWorkerPool.IsRunningSequenceOnCurrentThread so callers can make ...
michaeln@google.com
2012-03-30
3
-0
/
+86
*
Provide a NSAutoreleasePool for the SequencedWorkerPool::Inner::ThreadLoop().
rsesek@chromium.org
2012-03-29
1
-0
/
+8
*
Relax check for message loop in SequencedWorkerPool
akalin@chromium.org
2012-03-17
2
-9
/
+12
*
Move work signal count tracking from SequencedWorkerPool to the test file
akalin@chromium.org
2012-03-14
3
-54
/
+58
*
Clean up condition variable usage in SequencedWorkerPool
akalin@chromium.org
2012-03-12
3
-28
/
+108
*
Move task_runner_test_template.* into base/test and test_support_base
akalin@chromium.org
2012-03-09
1
-1
/
+1
*
Implement SequencedWorkerPool::RunsTasksOnCurrentThread()
akalin@chromium.org
2012-03-09
1
-12
/
+23
*
Remove logging statements inadvertently committed in r125152
akalin@chromium.org
2012-03-07
1
-2
/
+0
*
Ensure that SequencedWorkerPools in tests don't outlive their tests
akalin@chromium.org
2012-03-06
3
-40
/
+123
*
Move tsan suppression for SequencedWorkerPool to benign section
akalin@chromium.org
2012-02-29
1
-0
/
+27
*
Remove NOTIMPLEMENTED() from PlatformThread::SetThreadPriority() for posix.
scherkus@chromium.org
2012-02-29
2
-6
/
+2
*
Fix memory leak in SequencedWorkerPool
akalin@chromium.org
2012-02-29
1
-4
/
+5
*
Make SequencedWorkerPool a TaskRunner
akalin@chromium.org
2012-02-29
3
-6
/
+79
*
Fix up SequencedWorkerPool in preparation for making it a TaskRunner
akalin@chromium.org
2012-02-27
3
-160
/
+193
*
Make more of base compile with the Native Client toolchain.
bbudge@chromium.org
2012-02-25
1
-0
/
+5
*
Allow task tracing in official chrome.
jbates@chromium.org
2012-02-23
2
-4
/
+4
*
Avoid profiler initialization in exe context
jar@chromium.org
2012-02-22
1
-2
/
+10
*
Move spin_wait to base/synchronization.
brettw@chromium.org
2012-02-19
1
-1
/
+1
*
Fix calls in base and net unit tests to use TimeDelta.
tedvessenes@gmail.com
2012-02-04
1
-2
/
+2
*
Make it possible to use ThreadLocalStorage::Slot as a static without
thakis@chromium.org
2012-01-30
4
-28
/
+46
*
Make DFAKE_MUTEX a typedef when using NDEBUG, so that pedantic compilers don'...
rsleevi@chromium.org
2012-01-28
1
-2
/
+2
*
Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leaky
fischman@chromium.org
2012-01-26
3
-8
/
+6
*
[Mac] In PlatformThread::CurrentId(), use pthread_self() instead of mach_thre...
rsesek@chromium.org
2012-01-24
3
-17
/
+19
*
Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.
fischman@chromium.org
2012-01-23
1
-2
/
+1
*
Hook up the SequencedWorkerPool to the browser thread.
brettw@chromium.org
2012-01-19
2
-15
/
+80
*
Watchdog - Added a JOINABLE state to avoid StartupTimebomb
rtenneti@chromium.org
2012-01-19
2
-13
/
+37
*
Revert 118118 - Temporarily revert 117127 for perf analysis.
rsesek@chromium.org
2012-01-18
2
-4
/
+21
*
Temporarily revert 117127 for perf analysis.
rsesek@chromium.org
2012-01-18
2
-21
/
+4
*
mach_port_deallocate() the result of mach_thread_self(), which obtains a port...
rsesek@chromium.org
2012-01-11
2
-4
/
+21
*
Revert 116816 - Hook up the SequencedWorkerPool to the browser thread.
msw@chromium.org
2012-01-07
2
-53
/
+15
*
Hook up the SequencedWorkerPool to the browser thread.
brettw@chromium.org
2012-01-07
2
-15
/
+53
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
3
-3
/
+2
*
base::Bind: Remove Task.
jhawkins@chromium.org
2012-01-05
5
-71
/
+10
*
Fix prctl ERROR messages on Linux debug builds.
rbyers@chromium.org
2012-01-04
1
-4
/
+5
*
Enable ThreadChecker in non-debug builds if DCHECK_ALWAYS_ON is
joi@chromium.org
2012-01-04
2
-11
/
+31
*
[Coverity] Fixed uninitialized member
groby@chromium.org
2012-01-04
1
-2
/
+3
*
Add a sequenced worker pool.
brettw@chromium.org
2012-01-01
3
-0
/
+1241
*
Change code in base (primarily unit tests) to use Sleep(TimeDelta).
tedvessenes@gmail.com
2011-12-31
4
-13
/
+16
*
Add function support for Sleep with TimeDelta input.
tedvessenes@gmail.com
2011-12-30
4
-8
/
+26
*
base::Bind: Remove includes of base.bind in header files.
jhawkins@chromium.org
2011-12-21
1
-1
/
+1
*
Simplify thread name setting on Linux
rbyers@chromium.org
2011-12-21
1
-25
/
+7
*
Enable setting thread names on Linux
rbyers@chromium.org
2011-12-15
1
-5
/
+8
*
Detect child tasks born during a profiled tasks
jar@chromium.org
2011-12-14
2
-2
/
+2
[next]