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
*
Linux, Android: fix call to setpriority(2).
jln@chromium.org
2014-08-01
2
-13
/
+24
*
Makes HandleWatcher block until no longer waiting on pipe
sky@chromium.org
2014-07-24
1
-0
/
+6
*
Separate ResizeHelper from RenderWidgetHelper
ccameron@chromium.org
2014-07-17
1
-2
/
+2
*
Introduce task_runner() accessors for both base::Thread and base::MessageLoop
rsleevi@chromium.org
2014-07-12
1
-5
/
+17
*
Change g_native_tls_key to be 32-bit wide to match underlying type.
wfh@chromium.org
2014-07-08
1
-1
/
+1
*
Maximise timer slack for Sync thread
jeremy@chromium.org
2014-06-24
2
-0
/
+7
*
make debug mode ~20% faster on linux
hubbe@chromium.org
2014-05-24
5
-8
/
+58
*
Removed LOG_GETLASTERROR and LOG_ERRNO macros.
vitalybuka@chromium.org
2014-05-21
1
-1
/
+1
*
[POSIX] Fix pthread_create check
boliu@chromium.org
2014-05-16
1
-1
/
+3
*
Switch thread_local to use ThreadPlatformStorage in Android
michaelbai@chromium.org
2014-05-12
4
-1
/
+45
*
Use the new ScopedMachVM class and the MACH_LOG family of logging macros
mark@chromium.org
2014-05-12
1
-21
/
+22
*
Back out r269483 and the line of fixes that followed it.
mark@chromium.org
2014-05-10
1
-22
/
+21
*
Use the new ScopedMachVM class and the MACH_LOG family of logging macros
mark@chromium.org
2014-05-10
1
-21
/
+22
*
Cleanup random bits of base/.
thestig@chromium.org
2014-04-29
1
-1
/
+3
*
base: Test the cost of adding observers on message loops.
epenner@chromium.org
2014-04-25
1
-0
/
+26
*
Support COM in SequencedWorkerPool. This will be used by some code that
pkasting@chromium.org
2014-04-21
1
-0
/
+6
*
base::Thread will store its |name| as a string, so take the name as a string
pkasting@chromium.org
2014-04-18
3
-4
/
+3
*
[Mac] Remove unnecessary dlsym indirection for pthread_setname_np.
rsesek@chromium.org
2014-03-26
1
-11
/
+3
*
Fix trivial compile error in thread_perftest.cc
jhorwich@chromium.org
2014-03-19
1
-1
/
+1
*
MemorySanitizer: adjust thread stack size to work around an MSan bug.
earthdok@chromium.org
2014-03-18
1
-1
/
+2
*
base: Add perf tests target and threading perf-test.
epenner@chromium.org
2014-03-11
1
-0
/
+288
*
Add support for FreeBSD in base/ , base/process/ , and base/threading so that...
r.c.ladan@gmail.com
2014-03-11
1
-0
/
+103
*
Revert 254986 "Switch thread_local to use chromium's TLS impleme..."
oshima@chromium.org
2014-03-05
4
-7
/
+113
*
Switch thread_local to use chromium's TLS implementation
michaelbai@chromium.org
2014-03-05
4
-113
/
+7
*
base: Add const to a few PlatformThreadHandle methods
boliu@chromium.org
2014-02-20
1
-3
/
+3
*
Make the #includes consistent in various thread checkers between debug and re...
thestig@chromium.org
2014-02-15
2
-5
/
+1
*
Set thread names to be visible in debuggers
apatole@nvidia.com
2014-02-13
1
-0
/
+13
*
Atomic ops cleanup.
ctruta@blackberry.com
2014-02-08
1
-0
/
+1
*
Make flow event traces disabled-by-default
fmeawad@chromium.org
2014-02-06
3
-5
/
+7
*
Add support for threading and atomic ops in QNX Neutrino.
ctruta@blackberry.com
2014-02-06
1
-1
/
+1
*
Increase default stack size on Android with ASan to 2Mb.
eugenis@chromium.org
2014-01-29
1
-0
/
+6
*
Threading: Remove TaskRunnerHandlesNonZeroDelays from TaskRunnerTestDelegate
nhiroki@chromium.org
2014-01-28
1
-12
/
+0
*
Make GetDefaultThreadStackSize() return 16M under ThreadSanitizer
glider@chromium.org
2014-01-22
1
-0
/
+6
*
Implement chromium's TLS.
michaelbai@chromium.org
2014-01-10
4
-223
/
+343
*
Close duplicated handle on windows.
dsinclair@chromium.org
2014-01-07
1
-18
/
+25
*
Revert 241657 "Implement chromium's TLS."
kbr@chromium.org
2013-12-26
4
-343
/
+223
*
Implement chromium's TLS.
michaelbai@chromium.org
2013-12-18
4
-223
/
+343
*
Revert 241144 "Implement chromium's TLS."
estade@chromium.org
2013-12-17
4
-339
/
+223
*
Implement chromium's TLS.
michaelbai@chromium.org
2013-12-17
4
-223
/
+339
*
Minor style tweaks to tls
sky@chromium.org
2013-12-05
3
-23
/
+18
*
Document that tests should avoid using bare SWPs.
earthdok@chromium.org
2013-12-03
1
-0
/
+3
*
Remove 1 static initializer with gcc.
thakis@chromium.org
2013-11-13
1
-16
/
+22
*
Adds the ability for MessageLoop to take a MessagePump
sky@chromium.org
2013-11-08
2
-6
/
+39
*
more spell checking
thakis@chromium.org
2013-11-05
2
-2
/
+2
*
Renable PosixDynamicThreadPoolTest.Basic on TSAN v2.
benwells@chromium.org
2013-10-17
1
-8
/
+1
*
Enable the following tests back under ThreadSanitizer v2:
glider@chromium.org
2013-10-17
1
-13
/
+3
*
Disable PosixDynamicThreadPoolTest.Basic on TSAN.
benwells@chromium.org
2013-10-08
1
-1
/
+7
*
Disable the tests failing under TSan because of incorrect assumptions about t...
glider@chromium.org
2013-10-03
1
-3
/
+13
*
Revert 222826 "Copy the thread name to the stack for debugging p..."
rsesek@chromium.org
2013-09-25
1
-18
/
+0
*
Annotate WorkerPool::PostTaskAndReply as leaky.
earthdok@chromium.org
2013-09-18
1
-0
/
+7
[next]