summaryrefslogtreecommitdiffstats
path: root/base/platform_thread.h
Commit message (Expand)AuthorAgeFilesLines
* Added a new method CreateNonJoinable() to PlatformThread. Added the windows ...willchan@chromium.org2009-03-051-1/+5
* Use PlatformThreadId, not int when dealing with thread ids.agl@chromium.org2009-01-231-1/+10
* Make PlatformThread::SetName operate only on the current thread.deanm@google.com2008-08-251-3/+5
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Properly initialize PlatformThreadHandle. The Open Group Base Specifications...deanm@google.com2008-08-221-2/+4
* Create a simple abstraction to a native OS thread, mostly useful for unittest...deanm@google.com2008-08-221-2/+6
* Port the Thread class properly to Mac and Linux. This involved portingdarin@google.com2008-08-211-14/+32
* Fix for mac and linux. Fix gcc warning about class with virtual functions and...pinkerton@google.com2008-08-131-0/+3
* Add a cross-platform sleep API. We don't use TimeDeltapaulg@google.com2008-08-131-0/+3
* rollback r749darin@google.com2008-08-121-5/+0
* Provide a cross platform sleep API.paulg@google.com2008-08-121-0/+5
* Add defines for the size of wchar_t to build_config.h. Use this in places whe...brettw@google.com2008-08-071-7/+12
* Add YieldCurrentThread to PlatformThread, for giving up the current thread's ...deanm@google.com2008-08-061-0/+3
* Add base to the repository.initial.commit2008-07-261-0/+53