summaryrefslogtreecommitdiffstats
path: root/base/threading/platform_thread_android.cc
Commit message (Expand)AuthorAgeFilesLines
* base/threading: restrict to set only current thread prioritytoyoshim2015-07-141-6/+4
* Increase priority of raster threads on Android.aelias2015-07-071-15/+8
* Revert of Revert some other possible suspects of a 0.43% size increase of set...dbeam2015-05-041-2/+2
* Revert some other possible suspects of a 0.43% size increase of setup.exe: ht...Dan Beam2015-05-041-2/+2
* Avoid unnecessary memory allocations at PlatformThread::SetName()mikhail.pozdnyakov2015-05-041-2/+2
* Turn ThreadPriority enum into an enum class.gab2015-04-011-6/+6
* Add full SetThreadPriority support to Windows.gab2015-04-011-2/+8
* Deduplicate PlatformThread's POSIX implementations of SetThreadPriority.gab2015-03-191-55/+32
* Linux, Android: fix call to setpriority(2).jln@chromium.org2014-08-011-5/+11
* Set thread names to be visible in debuggersapatole@nvidia.com2014-02-131-0/+13
* Increase default stack size on Android with ASan to 2Mb.eugenis@chromium.org2014-01-291-0/+6
* Reland: base: Support setting thread priorities generically.epenner@chromium.org2013-05-221-0/+105
* Revert 201202 "base: Support setting thread priorities generically."scottmg@chromium.org2013-05-211-105/+0
* base: Support setting thread priorities generically.epenner@chromium.org2013-05-211-0/+105