summaryrefslogtreecommitdiffstats
path: root/base/threading/platform_thread_freebsd.cc
Commit message (Expand)AuthorAgeFilesLines
* base: Set initial thread priority in ThreadFunc.reveman2016-02-051-2/+0
* Fix platform_thread_freebsd.ccl2d4y32015-12-301-0/+1
* Fix platform_thread_freebsd.ccl2d4y32015-12-291-2/+1
* Switch to standard integer types in base/threading/.avi2015-12-241-0/+2
* base/threading: restrict to set only current thread prioritytoyoshim2015-07-141-8/+2
* 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-46/+26
* Add support for FreeBSD in base/ , base/process/ , and base/threading so that...r.c.ladan@gmail.com2014-03-111-0/+103