summaryrefslogtreecommitdiffstats
path: root/base/threading/platform_thread_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti...tedvessenes@gmail.com2012-06-211-5/+0
* Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead...asanka@chromium.org2012-06-011-0/+5
* Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta.tedvessenes@gmail.com2012-06-011-5/+0
* Signal thread names in instrumented binaries, even when a debugger is not att...siggi@chromium.org2012-05-311-1/+4
* Base: Crash the process if we are not able to join threads.rvargas@google.com2012-05-161-1/+8
* Add ability to create a platform thread with a priority.dgreid@chromium.org2012-04-051-0/+10
* Remove NOTIMPLEMENTED() from PlatformThread::SetThreadPriority() for posix.scherkus@chromium.org2012-02-291-3/+0
* Avoid profiler initialization in exe contextjar@chromium.org2012-02-221-2/+10
* Add function support for Sleep with TimeDelta input.tedvessenes@gmail.com2011-12-301-0/+5
* Set the profiler's thread name at a central placejar@chromium.org2011-11-151-11/+18
* Revert 109962 - Revert 109903 - Revert 109898 - Set the profiler's thread nam...kmadhusu@chromium.org2011-11-141-2/+0
* Revert 109903 - Revert 109898 - Set the profiler's thread name at a central p...jar@chromium.org2011-11-141-0/+2
* Revert 109898 - Set the profiler's thread name at a central placejar@chromium.org2011-11-141-2/+0
* Set the profiler's thread name at a central placejar@chromium.org2011-11-141-0/+2
* Low-latency AudioInputStream implementation based on WASAPI for Windows.henrika@chromium.org2011-10-241-3/+13
* Cleanup code used to diagnose and fix bug 81449.apatrick@chromium.org2011-08-191-8/+0
* Added code to verify whether TerminateProcess is hooked before calling it.apatrick@chromium.org2011-08-111-0/+9
* Implement backend for thread names and process names.nduca@chromium.org2011-08-091-0/+11
* Add support for real-time audio threads.crogers@google.com2011-05-171-1/+7
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-0/+147