summaryrefslogtreecommitdiffstats
path: root/base/threading
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switched PostTaskAndReplyRelay to use ThreadTaskRunnerHandle::Get() instead o...alexeypa@chromium.org2013-08-301-3/+4
* Init uninitialized member in ctor.finnur@chromium.org2013-08-291-1/+2
* Remove spammy setpriority() failure message. Stylize.dalecurtis@chromium.org2013-08-291-27/+17
* Move a Thread's MessageLoop to the heap so it acts as a real object for leak ...jyasskin@chromium.org2013-08-211-3/+5
* Making a way to create thread with a Java Looper for Androidkristianm@chromium.org2013-08-081-0/+5
* base: Re-re-apply WeakPtr support for SequencedWorkerPoolstommycli@chromium.org2013-07-301-0/+4
* Revert 213906 "base: Re-apply WeakPtr support for SequencedWorke..."dewittj@chromium.org2013-07-261-4/+0
* base: Re-apply WeakPtr support for SequencedWorkerPools, fixing deadlocktommycli@chromium.org2013-07-261-0/+4
* Use a direct include of the message_loop header in base/.avi@chromium.org2013-07-184-4/+4
* Abort SandboxedUnpacker::RewriteImageFiles on browser shutdowndpolukhin@chromium.org2013-07-102-0/+17
* base: Re-commit SequencedWorkerPool globally unique tokens with unused variab...tommycli@chromium.org2013-07-093-12/+53
* Revert 210434 "Revert 210433 "Revert 210423 "base: Make Sequence..."ajwong@chromium.org2013-07-083-51/+12
* Revert 210433 "Revert 210423 "base: Make SequencedWorkerPool iss..."scottmg@chromium.org2013-07-083-12/+51
* Revert 210423 "base: Make SequencedWorkerPool issue globally uni..."scottmg@chromium.org2013-07-083-51/+12
* base: Make SequencedWorkerPool issue globally unique SequenceTokens.tommycli@chromium.org2013-07-083-12/+51
* Use a direct include of time headers in base/, part 2.avi@chromium.org2013-06-286-8/+8
* content_shell: Use a ThreadRestrictions::ScopedAllowWait for layout tests on ...peter@chromium.org2013-06-201-0/+2
* Make ifdef condition consistent in platform_thread_linux.cc.mazda@chromium.org2013-06-181-1/+1
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in base/.dcheng@chromium.org2013-06-131-5/+3
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-104-4/+4
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-103-3/+3
* posix thread: Attempt to set audio threads to real time.dgreid@chromium.org2013-06-041-2/+15
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-301-3/+5
* Move Thread Name Mapping into ThreadFunc.dsinclair@chromium.org2013-05-276-26/+104
* Reland: base: Support setting thread priorities generically.epenner@chromium.org2013-05-2210-165/+397
* Revert 201202 "base: Support setting thread priorities generically."scottmg@chromium.org2013-05-219-397/+163
* base: Support setting thread priorities generically.epenner@chromium.org2013-05-219-163/+397