summaryrefslogtreecommitdiffstats
path: root/base/threading
Commit message (Expand)AuthorAgeFilesLines
* Update documentation for base::ThreadCheckerrsleevi@chromium.org2012-06-252-12/+27
* Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti...tedvessenes@gmail.com2012-06-218-102/+123
* Remove gdata::GDataFileSystem from ScopedAllowedWait's user listhashimoto@chromium.org2012-06-191-5/+1
* Cleanup thread_local_storage on Windowsjar@chromium.org2012-06-152-103/+97
* Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead...asanka@chromium.org2012-06-018-123/+102
* Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta.tedvessenes@gmail.com2012-06-018-102/+123
* Signal thread names in instrumented binaries, even when a debugger is not att...siggi@chromium.org2012-05-311-1/+4
* Disabled WorkerPoolTest.PostTaskAndReply test on Windows and Linux.kmadhusu@chromium.org2012-05-301-1/+8
* Fix ENABLE_THREAD_CHECKERukai@chromium.org2012-05-241-1/+5
* PPAPI/NaCl: Fix IPC proxy build; pthread_t changeddmichael@chromium.org2012-05-221-1/+4
* Base: Fix a race settin the running_ flag.rvargas@google.com2012-05-211-1/+1
* Base: Don't overwrite the thread id when ThreadMain exits. There'srvargas@google.com2012-05-212-4/+12
* Revert 138014 - Base: Don't overwrite the thread id when ThreadMain exits. Th...rvargas@google.com2012-05-191-1/+2
* Base: Don't overwrite the thread id when ThreadMain exits. There'srvargas@google.com2012-05-191-2/+1
* Base: Crash the process if we are not able to join threads.rvargas@google.com2012-05-161-1/+8
* Return NULL from base::Thread::message_loop_proxy() when thread is not started.sergeyu@chromium.org2012-05-041-3/+2
* Clear up threadingjam@chromium.org2012-05-031-1/+1
* Add John as an owner of base/threading since he's been pushing a lot on thisbrettw@chromium.org2012-05-021-0/+2
* Add a suppression for GLHelper blocking the UI thread.mazda@chromium.org2012-05-011-0/+2
* Add a suppression for the accelerated surface code blocking the UI thread.jam@chromium.org2012-04-271-1/+3
* Fix debug asserts when --ui-use-gpu-process is specified.mazda@chromium.org2012-04-271-1/+8
* Add a suppression in StaticsProviderImpl for blocking the UI thread.jam@chromium.org2012-04-271-0/+4
* Add suppression for about:histograms waiting on the UI thrad. This is a devel...jam@chromium.org2012-04-271-0/+2
* Add a suppression on ChromeOS for allowing wait.jam@chromium.org2012-04-271-16/+18
* Revert 134269 - Revert 134234 - Turn thread restrictions on for release build...kevers@chromium.org2012-04-272-9/+19
* Revert 134234 - Turn thread restrictions on for release builds as well so tha...kevers@chromium.org2012-04-272-19/+9
* ScopedAllowWait for NativeBackendKWallet::InitWithBusbattre@chromium.org2012-04-271-1/+4
* Turn thread restrictions on for release builds as well so that they're trigge...jam@chromium.org2012-04-272-9/+17
* Add more allow-wait suppressions on cros.jam@chromium.org2012-04-261-0/+8
* fix cros compilejam@chromium.org2012-04-261-1/+1
* Fix ChromeOS debug asserts after adding thread restrictions on blocking the U...jam@chromium.org2012-04-261-1/+7
* Disallow UI/IO thread blocking on any other thread.jam@chromium.org2012-04-266-1/+112
* Add TaskRunner wrapper for WorkerPool.mattm@chromium.org2012-04-254-1/+123
* RefCounted types should not have public destructors, base/ editionrsleevi@chromium.org2012-04-252-6/+12
* Add SequencedWorkerPoolTaskRunner which lets you specify the shutdown behavior.mattm@chromium.org2012-04-113-10/+190
* Rename SequencedWorkerPoolTaskRunner to SequencedWorkerPoolSequencedTaskRunner.mattm@chromium.org2012-04-115-213/+164
* Add virtual and OVERRIDE to base/ implementation filesrsleevi@chromium.org2012-04-0611-43/+51
* Objects that derive from RefCounted/RefCountedThreadSafe should not have publ...rsleevi@chromium.org2012-04-061-1/+3
* Add ability to create a platform thread with a priority.dgreid@chromium.org2012-04-053-3/+53
* Modify SequencedWorkerPoolTaskRunner's RunsTasksOnCurrentThread method to mor...michaeln@google.com2012-04-051-1/+1
* Implementation of SequencedTaskRunner based on SequencedWorkerPool.francoisk777@gmail.com2012-04-026-66/+224
* Add SequencedWorkerPool.IsRunningSequenceOnCurrentThread so callers can make ...michaeln@google.com2012-03-303-0/+86
* Provide a NSAutoreleasePool for the SequencedWorkerPool::Inner::ThreadLoop().rsesek@chromium.org2012-03-291-0/+8
* Relax check for message loop in SequencedWorkerPoolakalin@chromium.org2012-03-172-9/+12
* Move work signal count tracking from SequencedWorkerPool to the test fileakalin@chromium.org2012-03-143-54/+58
* Clean up condition variable usage in SequencedWorkerPoolakalin@chromium.org2012-03-123-28/+108
* Move task_runner_test_template.* into base/test and test_support_baseakalin@chromium.org2012-03-091-1/+1
* Implement SequencedWorkerPool::RunsTasksOnCurrentThread()akalin@chromium.org2012-03-091-12/+23
* Remove logging statements inadvertently committed in r125152akalin@chromium.org2012-03-071-2/+0
* Ensure that SequencedWorkerPools in tests don't outlive their testsakalin@chromium.org2012-03-063-40/+123