summaryrefslogtreecommitdiffstats
path: root/base/threading
Commit message (Expand)AuthorAgeFilesLines
* make debug mode ~20% faster on linuxhubbe@chromium.org2014-05-245-8/+58
* Removed LOG_GETLASTERROR and LOG_ERRNO macros.vitalybuka@chromium.org2014-05-211-1/+1
* [POSIX] Fix pthread_create checkboliu@chromium.org2014-05-161-1/+3
* Switch thread_local to use ThreadPlatformStorage in Androidmichaelbai@chromium.org2014-05-124-1/+45
* Use the new ScopedMachVM class and the MACH_LOG family of logging macrosmark@chromium.org2014-05-121-21/+22
* Back out r269483 and the line of fixes that followed it.mark@chromium.org2014-05-101-22/+21
* Use the new ScopedMachVM class and the MACH_LOG family of logging macrosmark@chromium.org2014-05-101-21/+22
* Cleanup random bits of base/.thestig@chromium.org2014-04-291-1/+3
* base: Test the cost of adding observers on message loops.epenner@chromium.org2014-04-251-0/+26
* Support COM in SequencedWorkerPool. This will be used by some code thatpkasting@chromium.org2014-04-211-0/+6
* base::Thread will store its |name| as a string, so take the name as a stringpkasting@chromium.org2014-04-183-4/+3
* [Mac] Remove unnecessary dlsym indirection for pthread_setname_np.rsesek@chromium.org2014-03-261-11/+3
* Fix trivial compile error in thread_perftest.ccjhorwich@chromium.org2014-03-191-1/+1
* MemorySanitizer: adjust thread stack size to work around an MSan bug.earthdok@chromium.org2014-03-181-1/+2
* base: Add perf tests target and threading perf-test.epenner@chromium.org2014-03-111-0/+288
* Add support for FreeBSD in base/ , base/process/ , and base/threading so that...r.c.ladan@gmail.com2014-03-111-0/+103
* Revert 254986 "Switch thread_local to use chromium's TLS impleme..."oshima@chromium.org2014-03-054-7/+113
* Switch thread_local to use chromium's TLS implementationmichaelbai@chromium.org2014-03-054-113/+7
* base: Add const to a few PlatformThreadHandle methodsboliu@chromium.org2014-02-201-3/+3
* Make the #includes consistent in various thread checkers between debug and re...thestig@chromium.org2014-02-152-5/+1
* Set thread names to be visible in debuggersapatole@nvidia.com2014-02-131-0/+13
* Atomic ops cleanup.ctruta@blackberry.com2014-02-081-0/+1
* Make flow event traces disabled-by-defaultfmeawad@chromium.org2014-02-063-5/+7
* Add support for threading and atomic ops in QNX Neutrino.ctruta@blackberry.com2014-02-061-1/+1
* Increase default stack size on Android with ASan to 2Mb.eugenis@chromium.org2014-01-291-0/+6
* Threading: Remove TaskRunnerHandlesNonZeroDelays from TaskRunnerTestDelegatenhiroki@chromium.org2014-01-281-12/+0
* Make GetDefaultThreadStackSize() return 16M under ThreadSanitizerglider@chromium.org2014-01-221-0/+6
* Implement chromium's TLS.michaelbai@chromium.org2014-01-104-223/+343
* Close duplicated handle on windows.dsinclair@chromium.org2014-01-071-18/+25
* Revert 241657 "Implement chromium's TLS."kbr@chromium.org2013-12-264-343/+223
* Implement chromium's TLS.michaelbai@chromium.org2013-12-184-223/+343
* Revert 241144 "Implement chromium's TLS."estade@chromium.org2013-12-174-339/+223
* Implement chromium's TLS.michaelbai@chromium.org2013-12-174-223/+339
* Minor style tweaks to tlssky@chromium.org2013-12-053-23/+18
* Document that tests should avoid using bare SWPs.earthdok@chromium.org2013-12-031-0/+3
* Remove 1 static initializer with gcc.thakis@chromium.org2013-11-131-16/+22
* Adds the ability for MessageLoop to take a MessagePumpsky@chromium.org2013-11-082-6/+39
* more spell checkingthakis@chromium.org2013-11-052-2/+2
* Renable PosixDynamicThreadPoolTest.Basic on TSAN v2.benwells@chromium.org2013-10-171-8/+1
* Enable the following tests back under ThreadSanitizer v2:glider@chromium.org2013-10-171-13/+3
* Disable PosixDynamicThreadPoolTest.Basic on TSAN.benwells@chromium.org2013-10-081-1/+7
* Disable the tests failing under TSan because of incorrect assumptions about t...glider@chromium.org2013-10-031-3/+13
* Revert 222826 "Copy the thread name to the stack for debugging p..."rsesek@chromium.org2013-09-251-18/+0
* Annotate WorkerPool::PostTaskAndReply as leaky.earthdok@chromium.org2013-09-181-0/+7
* Fix --trace-shutdown with thread-local tracing.wangxianzhu@chromium.org2013-09-181-0/+2
* [POSIX] CHECK that pthread_join succeeds in PlatformThread::Join.rsesek@chromium.org2013-09-131-1/+1
* Make the lazy TLS pointer in SWP into a LeakyLazyInstance.earthdok@chromium.org2013-09-121-1/+1
* Copy the thread name to the stack for debugging purposes.rsesek@chromium.org2013-09-121-0/+18
* Enable high resolution time for TimeTicks::Now on Windows Canarysimonjam@chromium.org2013-09-101-1/+6
* Allow waiting in NestedMessagePumpAndroid.mnissler@chromium.org2013-09-031-0/+2