summaryrefslogtreecommitdiffstats
path: root/base/platform_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Use syscall instead since gettid doesn't seem to exist.tc@google.com2008-08-131-2/+2
* include the correct file on linux for gettid()pinkerton@google.com2008-08-131-0/+1
* Fix for mac and linux. Fix gcc warning about class with virtual functions and...pinkerton@google.com2008-08-131-0/+17
* Add a cross-platform sleep API. We don't use TimeDeltapaulg@google.com2008-08-131-0/+18
* rollback r749darin@google.com2008-08-121-23/+0
* Provide a cross platform sleep API.paulg@google.com2008-08-121-0/+23
* Add defines for the size of wchar_t to build_config.h. Use this in places whe...brettw@google.com2008-08-071-9/+9
* Add YieldCurrentThread to PlatformThread, for giving up the current thread's ...deanm@google.com2008-08-061-0/+13
* Add base to the repository.initial.commit2008-07-261-0/+51