summaryrefslogtreecommitdiffstats
path: root/base/threading
Commit message (Expand)AuthorAgeFilesLines
* Disable flaky SequencedWorkerPoolTest.IgnoresAfterShutdown test.creis@chromium.org2013-01-151-1/+2
* Add missing, and remove unnecessary, 'explicit' from constructors. (base/)hans@chromium.org2013-01-154-7/+10
* base: Update the calls from MessageLoop::Quit() to QuitWhenIdle().tfarina@chromium.org2013-01-101-3/+3
* SharedWorkerPool.Shutdown(int max_new_blocking_tasks)michaeln@chromium.org2012-12-193-24/+133
* Add comments about memory behavior of SWP tasks with the same sequence tokenakalin@chromium.org2012-12-182-1/+12
* Don't run ThreadLocalStorageTest.TLSDestructors under ThreadSanitizer v2.glider@chromium.org2012-12-101-1/+11
* Use Netlink instead of NetworkManager (via D-bus) to monitor networkpauljensen@chromium.org2012-11-291-2/+4
* Allow MessagePumpDefault to wait when there is no pending work.scherkus@chromium.org2012-11-141-0/+1
* base: Constantify thread_name() getter accessor.tfarina@chromium.org2012-11-051-1/+1
* base: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-10-301-1/+1
* Move remaining files in content\browser\renderer_host to content namespace.jam@chromium.org2012-10-291-2/+2
* Add methods to base::Thread to allow Windows consumers to ask for COM to be i...pkasting@chromium.org2012-10-232-7/+60
* cc: Rename cc classes and members to match filenamesenne@chromium.org2012-10-221-2/+2
* Move a bunch of code in content\common (as well as a few left in renderer) to...jam@chromium.org2012-10-221-2/+2
* Revert "cc: Rename cc classes and members to match filenames"enne@chromium.org2012-10-191-2/+2
* cc: Rename cc classes and members to match filenamesenne@chromium.org2012-10-191-2/+2
* Aura: Allow browser UI thread waiting for compositor commits.backer@chromium.org2012-10-151-0/+4
* Initial implementation of AutoThread.wez@chromium.org2012-10-101-0/+6
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-101-1/+0
* Call Stop() from all destructors of base::Thread subclasses (except for a cou...pkasting@chromium.org2012-10-031-12/+10
* - Implement delayed task posting for SequencedWorkerPool.nhiroki@chromium.org2012-10-023-96/+199
* Trace PostTasks from post to run.jbates@chromium.org2012-09-181-0/+28
* Add WebView implementation for CookieManager.tedchoc@chromium.org2012-09-071-0/+2
* Make sure that shutdown blocking SequencedWorkerPool use Critical Closures.milanb@chromium.org2012-08-151-1/+4
* Cleanup - delete a pair of unneeded files.michaeln@google.com2012-08-022-114/+0
* Support profiling of tasks run as sequenced_tasksjar@chromium.org2012-07-301-4/+15
* Enable parts of base_untrusted that are used by remoting clientsergeyu@chromium.org2012-07-261-1/+3
* Give the post-and-reply worker pool test a chance to finish on iOSstuartmorgan@chromium.org2012-07-241-0/+5
* Don't set "unlimited" stacks on iOSstuartmorgan@chromium.org2012-07-241-2/+2
* Ensure SequencedWorkerPool::Shutdown() blocks for already-started SKIP_ON_SHU...rsleevi@chromium.org2012-07-213-13/+124
* Move more files into the content namespace.darin@chromium.org2012-07-211-2/+2
* Switch to TimeDelta interface for process waiting functions in base.tedvessenes@gmail.com2012-07-111-2/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1116-16/+0
* RefCounted types should not have public destructorsrsleevi@chromium.org2012-07-111-4/+2
* Increase worker thread stack size for AddressSanitizer. This is especially re...aarya@google.com2012-07-071-0/+5
* Enable base::NonThreadSafe when DCHECK_ALWAYS_ON is setrsleevi@chromium.org2012-06-272-16/+40
* Don't rely on undefined macro behaviour in unit tests.rsleevi@chromium.org2012-06-271-3/+11
* Fix thread_restrictions ifdefjam@chromium.org2012-06-262-4/+4
* RefCounted types should not have public destructors, base/ editionrsleevi@chromium.org2012-06-264-13/+14
* Switch thread_restrictions to use the same ifdef flags as thread_checker.jam@chromium.org2012-06-262-10/+13
* 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