summaryrefslogtreecommitdiffstats
path: root/base/threading/platform_thread.h
Commit message (Expand)AuthorAgeFilesLines
* base: Implement GetCurrentThreadPriority.erikchen2016-03-141-1/+1
* base: Set initial thread priority in ThreadFunc.reveman2016-02-051-1/+2
* Switch to standard integer types in base/threading/.avi2015-12-241-1/+3
* PlatformThreadHandle: remove public id() interfacetoyoshim2015-07-241-20/+2
* base/threading: Move Create() to share from all platformstoyoshim2015-07-181-2/+6
* base/threading: restrict to set only current thread prioritytoyoshim2015-07-141-12/+12
* base/threading: introduce ThreadPriority to Thread::Optionstoyoshim2015-06-091-0/+5
* base/threading: minor cleanups to remove friend classtoyoshim2015-06-031-2/+0
* Reland (3rd try): Lazily initialize MessageLoop for faster thread startupkinuko2015-05-231-0/+4
* Revert of Reland: Lazily initialize MessageLoop for faster thread startup (pa...glider2015-05-181-4/+0
* Reland: Lazily initialize MessageLoop for faster thread startupkinuko2015-05-181-0/+4
* Revert of Lazily initialize MessageLoop for faster thread startup (patchset #...kinuko2015-05-071-4/+0
* Lazily initialize MessageLoop for faster thread startupkinuko2015-05-051-0/+4
* Revert of Revert some other possible suspects of a 0.43% size increase of set...dbeam2015-05-041-3/+2
* Revert some other possible suspects of a 0.43% size increase of setup.exe: ht...Dan Beam2015-05-041-2/+3
* Avoid unnecessary memory allocations at PlatformThread::SetName()mikhail.pozdnyakov2015-05-041-3/+2
* Turn ThreadPriority enum into an enum class.gab2015-04-011-8/+10
* Add full SetThreadPriority support to Windows.gab2015-04-011-5/+8
* make debug mode ~20% faster on linuxhubbe@chromium.org2014-05-241-0/+40
* base: Add const to a few PlatformThreadHandle methodsboliu@chromium.org2014-02-201-3/+3
* Use a direct include of time headers in base/, part 2.avi@chromium.org2013-06-281-1/+1
* Reland: base: Support setting thread priorities generically.epenner@chromium.org2013-05-221-12/+52
* Revert 201202 "base: Support setting thread priorities generically."scottmg@chromium.org2013-05-211-54/+12
* base: Support setting thread priorities generically.epenner@chromium.org2013-05-211-12/+54
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* RefCounted types should not have public destructors, base/ editionrsleevi@chromium.org2012-06-261-1/+3
* Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti...tedvessenes@gmail.com2012-06-211-3/+0
* Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead...asanka@chromium.org2012-06-011-0/+3
* Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta.tedvessenes@gmail.com2012-06-011-3/+0
* Add ability to create a platform thread with a priority.dgreid@chromium.org2012-04-051-0/+11
* [Mac] In PlatformThread::CurrentId(), use pthread_self() instead of mach_thre...rsesek@chromium.org2012-01-241-9/+1
* Add function support for Sleep with TimeDelta input.tedvessenes@gmail.com2011-12-301-0/+4
* Implement backend for thread names and process names.nduca@chromium.org2011-08-091-1/+6
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-3/+3
* Add support for real-time audio threads.crogers@google.com2011-05-171-0/+10
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-241-3/+4
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-0/+99