summaryrefslogtreecommitdiffstats
path: root/base/threading
Commit message (Expand)AuthorAgeFilesLines
* Cleanup base profiler initialization code.asvitkine2015-05-073-8/+3
* Revert of Lazily initialize MessageLoop for faster thread startup (patchset #...kinuko2015-05-076-118/+101
* Lazily initialize MessageLoop for faster thread startupkinuko2015-05-056-101/+118
* base: Remove more use of MessageLoopProxyskyostil2015-05-052-15/+13
* Revert of Revert some other possible suspects of a 0.43% size increase of set...dbeam2015-05-0412-25/+23
* Revert some other possible suspects of a 0.43% size increase of setup.exe: ht...Dan Beam2015-05-0412-23/+25
* Avoid unnecessary memory allocations at PlatformThread::SetName()mikhail.pozdnyakov2015-05-0412-25/+23
* Cleanup: removing unused descendants information from tracked objects.vadimt2015-05-013-4/+0
* base: Remove most uses of MessageLoopProxyskyostil2015-04-308-43/+38
* Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of http...stevenjb2015-04-2910-53/+58
* base: Remove use of MessageLoopProxyskyostil2015-04-2910-58/+53
* GN Windows build fixesbrettw2015-04-241-5/+4
* Allow Waitable event to be used to intentionally hang the UI thread for debug...erikwright2015-04-231-0/+2
* Update {virtual,override} to follow C++11 style in base.nick2015-04-221-3/+3
* Modify instrumentation for various jank bugs, mostly removing outdated sites.pkasting2015-04-101-6/+1
* Turn ThreadPriority enum into an enum class.gab2015-04-019-62/+66
* Add full SetThreadPriority support to Windows.gab2015-04-0110-35/+335
* thread_local_unittest: Avoid invalid casts to polymorphic type.pcc2015-03-311-12/+11
* Base: Change task posting logic to SequencedWorkerPool during shutdown.erikchen2015-03-313-36/+85
* Deduplicate PlatformThread's POSIX implementations of SetThreadPriority.gab2015-03-196-162/+175
* Base: Fix another deadlock during shutdown of SequencedWorkerPool.erikchen2015-03-132-0/+45
* base: Stop passing by non-const references in some more places.danakj2015-03-101-38/+34
* Add ScopedTrackers to measure the jank of base::Thread::StartWithOptions().eroman2015-03-101-1/+12
* base: Use more specific CHECK macros for comparisons.danakj2015-03-092-2/+2
* Remove the stack size limit from the posix worker pool.jochen2015-03-091-9/+1
* base: Put DISALLOW_COPY_AND_ASSIGN inside private section of classes.danakj2015-03-071-0/+1
* base: Add/Fix namespace closing comments.danakj2015-03-071-1/+1
* Base: Fix a deadlock during shutdown of SequencedWorkerPool.erikchen2015-02-262-2/+50
* Add ScopedAllowWait to TaskGraphRunner to Avoid Crash in Shutdownweiliangc2015-02-261-0/+2
* Assert RendererScheduler thread usagejdduke2015-02-062-2/+3
* Mechanical rename of tracing includes for /baseprimiano2015-01-313-3/+3
* Fix variable shadowing in TLS code on VS2015scottmg2015-01-271-3/+3
* Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::...charliea2015-01-261-2/+2
* Use ThreadData::Now() for TrackingInfo::time_posted initializationjdduke2015-01-092-5/+2
* Standardize usage of virtual/override/final specifiers in base/.dcheng2014-12-233-12/+4
* Increase the stack size in ThreadTest.StartWithOptions_StackSize under ASan o...glider2014-11-261-0/+5
* Exclude unused functions for NaCl code path.mazda2014-11-121-0/+2
* Creating infrastructure for profiler instrumentation only in developer build ...vadimt2014-10-283-0/+3
* Standardize usage of virtual/override/final in base/dcheng2014-10-2118-104/+79
* Cleanup: Better constify some strings in base.thestig2014-10-211-2/+2
* Don't shadow variables (same name in scope)cpu2014-10-211-1/+1
* Remove dead declarations for a nonexistent class.palmer2014-10-181-2/+0
* Remove some friend declarations in ThreadRestrictions that are no more needed.kinaba2014-10-171-24/+0
* Remove two SequencedWorkerPool histograms.asvitkine2014-10-151-12/+0
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-131-0/+3
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-0720-54/+54
* Fix more disabled MSVC warnings, base/ edition.pkasting2014-10-011-3/+2
* Microbenchmark for the cost of posting tasks to different pump typesjamesr2014-09-291-1/+1
* Disable TLS destructor tests on Win x64 incrementalscottmg2014-09-191-1/+6
* Creating a framework for suppressing pollution of the profiler data and apply...vadimt2014-09-153-13/+16