summaryrefslogtreecommitdiffstats
path: root/base/threading/platform_thread_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+3
* Add full SetThreadPriority support to Windows.gab2015-04-011-0/+6
* Use the new ScopedMachVM class and the MACH_LOG family of logging macrosmark@chromium.org2014-05-121-21/+22
* Back out r269483 and the line of fixes that followed it.mark@chromium.org2014-05-101-22/+21
* Use the new ScopedMachVM class and the MACH_LOG family of logging macrosmark@chromium.org2014-05-101-21/+22
* [Mac] Remove unnecessary dlsym indirection for pthread_setname_np.rsesek@chromium.org2014-03-261-11/+3
* Reland: base: Support setting thread priorities generically.epenner@chromium.org2013-05-221-1/+47
* Revert 201202 "base: Support setting thread priorities generically."scottmg@chromium.org2013-05-211-47/+1
* base: Support setting thread priorities generically.epenner@chromium.org2013-05-211-1/+47
* Add ability to retrieve a thread_name given a thread_id.dsinclair@chromium.org2013-01-251-14/+2
* Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leakyfischman@chromium.org2012-01-261-3/+2
* Set thread name in profiler on macjar@chromium.org2011-12-061-0/+2
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* Remove 1 exit time destructor and 1 static initializer from platform_thead_(p...thakis@chromium.org2011-11-031-3/+10
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-4/+4
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-4/+4
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-4/+4
* Don't DCHECK thread_policy_set() calls because they can fail during runtimecrogers@google.com2011-09-061-5/+21
* Implement backend for thread names and process names.nduca@chromium.org2011-08-091-0/+10
* Add support for real-time audio threads.crogers@google.com2011-05-171-1/+103
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-0/+54