| Commit message (Expand) | Author | Age | Files | Lines |
* | base/threading: restrict to set only current thread priority | toyoshim | 2015-07-14 | 1 | -9/+3 |
* | Thread priority sticked to REALTIME_AUDIO on Linux | toyoshim | 2015-06-25 | 1 | -0/+11 |
* | Revert of Revert some other possible suspects of a 0.43% size increase of set... | dbeam | 2015-05-04 | 1 | -2/+2 |
* | Revert some other possible suspects of a 0.43% size increase of setup.exe: ht... | Dan Beam | 2015-05-04 | 1 | -2/+2 |
* | Avoid unnecessary memory allocations at PlatformThread::SetName() | mikhail.pozdnyakov | 2015-05-04 | 1 | -2/+2 |
* | Turn ThreadPriority enum into an enum class. | gab | 2015-04-01 | 1 | -6/+6 |
* | Add full SetThreadPriority support to Windows. | gab | 2015-04-01 | 1 | -2/+22 |
* | Deduplicate PlatformThread's POSIX implementations of SetThreadPriority. | gab | 2015-03-19 | 1 | -52/+24 |
* | Exclude unused functions for NaCl code path. | mazda | 2014-11-12 | 1 | -0/+2 |
* | Revert r257779: "MemorySanitizer: adjust stack size to work around an MSan bug." | earthdok | 2014-09-03 | 1 | -2/+1 |
* | Linux, Android: fix call to setpriority(2). | jln@chromium.org | 2014-08-01 | 1 | -8/+13 |
* | Cleanup random bits of base/. | thestig@chromium.org | 2014-04-29 | 1 | -1/+3 |
* | MemorySanitizer: adjust thread stack size to work around an MSan bug. | earthdok@chromium.org | 2014-03-18 | 1 | -1/+2 |
* | Make GetDefaultThreadStackSize() return 16M under ThreadSanitizer | glider@chromium.org | 2014-01-22 | 1 | -0/+6 |
* | Remove spammy setpriority() failure message. Stylize. | dalecurtis@chromium.org | 2013-08-29 | 1 | -27/+17 |
* | Make ifdef condition consistent in platform_thread_linux.cc. | mazda@chromium.org | 2013-06-18 | 1 | -1/+1 |
* | posix thread: Attempt to set audio threads to real time. | dgreid@chromium.org | 2013-06-04 | 1 | -2/+15 |
* | Reland: base: Support setting thread priorities generically. | epenner@chromium.org | 2013-05-22 | 1 | -0/+103 |
* | Revert 201202 "base: Support setting thread priorities generically." | scottmg@chromium.org | 2013-05-21 | 1 | -103/+0 |
* | base: Support setting thread priorities generically. | epenner@chromium.org | 2013-05-21 | 1 | -0/+103 |