summaryrefslogtreecommitdiffstats
path: root/base/threading/platform_thread.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* RefCounted types should not have public destructors, base/ editionrsleevi@chromium.org2012-06-261-1/+3
* Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti...tedvessenes@gmail.com2012-06-211-3/+0
* Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead...asanka@chromium.org2012-06-011-0/+3
* Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta.tedvessenes@gmail.com2012-06-011-3/+0
* Add ability to create a platform thread with a priority.dgreid@chromium.org2012-04-051-0/+11
* [Mac] In PlatformThread::CurrentId(), use pthread_self() instead of mach_thre...rsesek@chromium.org2012-01-241-9/+1
* Add function support for Sleep with TimeDelta input.tedvessenes@gmail.com2011-12-301-0/+4
* Implement backend for thread names and process names.nduca@chromium.org2011-08-091-1/+6
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-3/+3
* Add support for real-time audio threads.crogers@google.com2011-05-171-0/+10
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-241-3/+4
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-0/+99