summaryrefslogtreecommitdiffstats
path: root/base/threading/platform_thread_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* base/threading: restrict to set only current thread prioritytoyoshim2015-07-141-9/+3
* Thread priority sticked to REALTIME_AUDIO on Linuxtoyoshim2015-06-251-0/+11
* 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/+22
* Deduplicate PlatformThread's POSIX implementations of SetThreadPriority.gab2015-03-191-52/+24
* Exclude unused functions for NaCl code path.mazda2014-11-121-0/+2
* Revert r257779: "MemorySanitizer: adjust stack size to work around an MSan bug."earthdok2014-09-031-2/+1
* Linux, Android: fix call to setpriority(2).jln@chromium.org2014-08-011-8/+13
* Cleanup random bits of base/.thestig@chromium.org2014-04-291-1/+3
* MemorySanitizer: adjust thread stack size to work around an MSan bug.earthdok@chromium.org2014-03-181-1/+2
* Make GetDefaultThreadStackSize() return 16M under ThreadSanitizerglider@chromium.org2014-01-221-0/+6
* Remove spammy setpriority() failure message. Stylize.dalecurtis@chromium.org2013-08-291-27/+17
* Make ifdef condition consistent in platform_thread_linux.cc.mazda@chromium.org2013-06-181-1/+1
* posix thread: Attempt to set audio threads to real time.dgreid@chromium.org2013-06-041-2/+15
* Reland: base: Support setting thread priorities generically.epenner@chromium.org2013-05-221-0/+103
* Revert 201202 "base: Support setting thread priorities generically."scottmg@chromium.org2013-05-211-103/+0
* base: Support setting thread priorities generically.epenner@chromium.org2013-05-211-0/+103