summaryrefslogtreecommitdiffstats
path: root/base/thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Move a bunch of code from the old to new TLS interface.deanm@chromium.org2008-09-101-11/+7
* Add ThreadLocalPointer and ThreadLocalBoolean abstractions, that will depreca...deanm@google.com2008-09-031-8/+14
* fix linux builddarin@google.com2008-08-261-1/+1
* Allow consumers of MessageLoop to specify the type of MessageLoop they want.darin@google.com2008-08-261-25/+42
* Make PlatformThread::SetName operate only on the current thread.deanm@google.com2008-08-251-1/+1
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Port the Thread class properly to Mac and Linux. This involved portingdarin@google.com2008-08-211-106/+44
* TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...evanm@google.com2008-08-201-4/+4
* Revert. Failing unit tests.evanm@google.com2008-08-201-4/+4
* TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...evanm@google.com2008-08-201-4/+4
* Introduce MessagePump to represent the native message pump used to drive adarin@google.com2008-08-151-1/+1
* - Add Thread::StopSoon() and remove Thread::NonBlockingStop(). StopSoon() can...maruel@google.com2008-08-121-52/+34
* Provide cross-platform implementation of WaitableEvent for use on Mac and Linux.darin@google.com2008-08-111-10/+5
* Port in threading for Posix. Will require fixes to MessageLoop and Task to co...avi@google.com2008-08-071-1/+1
* Revise the ObjectWatcher API to be one-to-one with the object being watched. ...darin@google.com2008-08-041-10/+10
* Fix most issues when building base as a x64 target.maruel@google.com2008-07-301-1/+1
* Add base to the repository.initial.commit2008-07-261-0/+258