summaryrefslogtreecommitdiffstats
path: root/base/threading/platform_thread_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* 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