summaryrefslogtreecommitdiffstats
path: root/base/threading
Commit message (Expand)AuthorAgeFilesLines
* POSIX: Delete ThreadParams on newly created threads ASAP.thestig2015-07-291-6/+11
* base/threading: Lazy thread startup for pthreadstoyoshim2015-07-281-45/+18
* base: Move RunsTasksOnCurrentThread out of TaskRunnerTest.dcastagna2015-07-241-0/+8
* base/threading: measure event wait timestoyoshim2015-07-242-1/+12
* PlatformThreadHandle: remove public id() interfacetoyoshim2015-07-247-52/+102
* WorkerPool: Support clean shutdown on POSIX.yzshen2015-07-205-124/+332
* base/threading: Move Create() to share from all platformstoyoshim2015-07-184-25/+8
* Fix a race in ThreadLocalStorage::StaticSlot::initialized which triggers a TS...amistry2015-07-172-5/+8
* base/threading: restrict to set only current thread prioritytoyoshim2015-07-149-184/+152
* Add some missing virtual destructors to base classes.derat2015-07-132-0/+3
* Increase priority of raster threads on Android.aelias2015-07-071-15/+8
* MessageLoop: wire the unused static method in base::Thread (follow-up cleanup)kinuko2015-06-301-3/+7
* Change a bug reference in a comment.thakis2015-06-251-1/+1
* Thread priority sticked to REALTIME_AUDIO on Linuxtoyoshim2015-06-251-0/+11
* Apply the initial thread priority on the starting thread on Windowstoyoshim2015-06-251-10/+17
* base: Remove MessageLoopProxyskyostil2015-06-192-13/+0
* Stop crashing in NetworkChangeNotifierMac when running tests.esprehn2015-06-181-0/+2
* Remove base::Thread::SetPriority() interfacetoyoshim2015-06-182-10/+0
* Remove base::SimpleThread::SetThreadPriority() interfacetoyoshim2015-06-161-8/+4
* base: Don't crash in Thread::task_runner() if the thread isn't runningskyostil2015-06-112-1/+7
* Move safe_strerror to posix directory and the base namespace.brettw2015-06-091-1/+0
* Fix to set RenderThread priority correctly on Linuxtoyoshim2015-06-092-2/+13
* base/threading: introduce ThreadPriority to Thread::Optionstoyoshim2015-06-093-3/+20
* base/threading: minor cleanups to remove friend classtoyoshim2015-06-034-17/+14
* Remove ScopedProfiler in Thread::StartWithOptionskinuko2015-06-021-6/+0
* Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicksmiu2015-05-291-8/+8
* Temporarily re-add ScopedTracker in Thread::StartWithOptions for follow-upkinuko2015-05-291-0/+5
* Reland (3rd try): Lazily initialize MessageLoop for faster thread startupkinuko2015-05-236-103/+134
* Revert of Reland: Lazily initialize MessageLoop for faster thread startup (pa...glider2015-05-186-134/+103
* Reland: Lazily initialize MessageLoop for faster thread startupkinuko2015-05-186-103/+134
* 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