summaryrefslogtreecommitdiffstats
path: root/base/threading/thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Move Thread Name Mapping into ThreadFunc.dsinclair@chromium.org2013-05-271-1/+0
* Reland: base: Support setting thread priorities generically.epenner@chromium.org2013-05-221-0/+7
* Revert 201202 "base: Support setting thread priorities generically."scottmg@chromium.org2013-05-211-7/+0
* base: Support setting thread priorities generically.epenner@chromium.org2013-05-211-0/+7
* Add ability to retrieve a thread_name given a thread_id.dsinclair@chromium.org2013-01-251-0/+2
* base: Update the calls from MessageLoop::Quit() to QuitWhenIdle().tfarina@chromium.org2013-01-101-3/+3
* Add methods to base::Thread to allow Windows consumers to ask for COM to be i...pkasting@chromium.org2012-10-231-3/+33
* Base: Fix a race settin the running_ flag.rvargas@google.com2012-05-211-1/+1
* Base: Don't overwrite the thread id when ThreadMain exits. There'srvargas@google.com2012-05-211-2/+8
* Revert 138014 - Base: Don't overwrite the thread id when ThreadMain exits. Th...rvargas@google.com2012-05-191-1/+2
* Base: Don't overwrite the thread id when ThreadMain exits. There'srvargas@google.com2012-05-191-2/+1
* Disallow UI/IO thread blocking on any other thread.jam@chromium.org2012-04-261-0/+2
* Remove custom Task implementations in base.dcheng@chromium.org2011-11-231-10/+8
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* Set the profiler's thread name at a central placejar@chromium.org2011-11-151-2/+0
* Revert 109962 - Revert 109903 - Revert 109898 - Set the profiler's thread nam...kmadhusu@chromium.org2011-11-141-0/+2
* Revert 109903 - Revert 109898 - Set the profiler's thread name at a central p...jar@chromium.org2011-11-141-2/+0
* Revert 109898 - Set the profiler's thread name at a central placejar@chromium.org2011-11-141-0/+2
* Set the profiler's thread name at a central placejar@chromium.org2011-11-141-2/+0
* Enable tracking of objects by defaultjar@chromium.org2011-10-311-2/+0
* Revert 107895 - Fully enable about:tracking by defaultjoth@chromium.org2011-10-311-0/+2
* Fully enable about:tracking by defaultjar@chromium.org2011-10-301-2/+0
* Revert 107793 - Fully enable about:tracking by defaultjar@chromium.org2011-10-281-0/+2
* Fully enable about:tracking by defaultjar@chromium.org2011-10-281-2/+0
* Establish correct names for about:tracking profilerjar@chromium.org2011-10-171-0/+4
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-3/+1
* Kill CleanUpAfterMessageLoopDestruction.willchan@chromium.org2011-03-031-1/+0
* Order function definitions in base/ according to the header.erg@google.com2011-01-111-23/+23
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-0/+180