summaryrefslogtreecommitdiffstats
path: root/base/threading/platform_thread_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* base: Implement GetCurrentThreadPriority.erikchen2016-03-141-8/+1
* base: Set initial thread priority in ThreadFunc.reveman2016-02-051-26/+32
* Switch to standard integer types in base/threading/.avi2015-12-241-0/+3
* base/threading: restrict to set only current thread prioritytoyoshim2015-07-141-98/+95
* Turn ThreadPriority enum into an enum class.gab2015-04-011-12/+14
* Add full SetThreadPriority support to Windows.gab2015-04-011-13/+167
* Standardize usage of virtual/override/final in base/dcheng2014-10-211-4/+2
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-071-2/+2
* Reland: base: Support setting thread priorities generically.epenner@chromium.org2013-05-221-2/+2
* Revert 118118 - Temporarily revert 117127 for perf analysis.rsesek@chromium.org2012-01-181-3/+18
* Temporarily revert 117127 for perf analysis.rsesek@chromium.org2012-01-181-18/+3
* mach_port_deallocate() the result of mach_thread_self(), which obtains a port...rsesek@chromium.org2012-01-111-3/+18
* Change code in base (primarily unit tests) to use Sleep(TimeDelta).tedvessenes@gmail.com2011-12-311-2/+2
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-0/+106