summaryrefslogtreecommitdiffstats
path: root/base/thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Notify race detectors (e.g. ThreadSanitizer) about the thread namestimurrrr@chromium.org2009-11-231-0/+2
* Fix a harmless data race in Threadtimurrrr@chromium.org2009-09-211-1/+1
* Fix a flaky crash in Thread by guarding access to message_loop_ more carefully.phajdan.jr@chromium.org2009-09-141-18/+11
* Retry 25770 after fixing Valgrind issue.huanr@chromium.org2009-09-101-1/+5
* Revert r25770 due to valgrind failures on Linux.huanr@chromium.org2009-09-091-5/+1
* Enable database logging on history thread.huanr@chromium.org2009-09-091-1/+5
* Implementation of Pipeline and FilterHost interfaces. This is a large change...ralphl@chromium.org2009-01-281-2/+5
* Moved Init() before startup_data_->event.Signal() because derivedjrg@chromium.org2009-01-271-3/+4
* Review URL: http://codereview.chromium.org/18690jrg@chromium.org2009-01-221-4/+3
* Moved Init() startup_data_->event.Signal() because derived classes mayjrg@chromium.org2009-01-221-3/+4
* Reapply 5971 which was reverted in 5974. The unit test wasn't unregistering t...maruel@chromium.org2008-12-011-3/+0
* Reverting 5971.maruel@chromium.org2008-11-251-0/+3
* Add superficial unit test for PrintJob. That's a start.maruel@chromium.org2008-11-251-3/+0
* Revert 5607 because it caused a base_unittest failure.maruel@chromium.org2008-11-181-0/+3
* Add superficial unit test for PrintJob. That's a start.maruel@chromium.org2008-11-181-3/+0
* 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