summaryrefslogtreecommitdiffstats
path: root/base/thread.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a flaky crash in Thread by guarding access to message_loop_ more carefully.phajdan.jr@chromium.org2009-09-141-0/+4
* Retry 25770 after fixing Valgrind issue.huanr@chromium.org2009-09-101-0/+3
* Revert r25770 due to valgrind failures on Linux.huanr@chromium.org2009-09-091-3/+0
* Enable database logging on history thread.huanr@chromium.org2009-09-091-0/+3
* Add the UI thread to the list of ChromeThreads.paul@chromium.org2009-08-181-0/+4
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Refactor code from RenderThread and PluginThread and move it to ChildThread. ...jam@chromium.org2009-02-211-0/+2
* Reverting 10080.jam@chromium.org2009-02-201-2/+0
* Refactor code from RenderThread and PluginThread and move it to ChildThread. ...jam@chromium.org2009-02-201-0/+2
* Implementation of Pipeline and FilterHost interfaces. This is a large change...ralphl@chromium.org2009-01-281-2/+6
* Use PlatformThreadId, not int when dealing with thread ids.agl@chromium.org2009-01-231-2/+2
* Add V8 bindings for Worker.jianli@chromium.org2009-01-211-1/+4
* Move a bunch of code from the old to new TLS interface.deanm@chromium.org2008-09-101-2/+0
* Add ThreadLocalPointer and ThreadLocalBoolean abstractions, that will depreca...deanm@google.com2008-09-031-1/+0
* Allow consumers of MessageLoop to specify the type of MessageLoop they want.darin@google.com2008-08-261-17/+32
* 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-32/+24
* Fix Frenglish transliteration.maruel@google.com2008-08-131-4/+4
* - Add Thread::StopSoon() and remove Thread::NonBlockingStop(). StopSoon() can...maruel@google.com2008-08-121-21/+44
* Port in threading for Posix. Will require fixes to MessageLoop and Task to co...avi@google.com2008-08-071-5/+14
* Add base to the repository.initial.commit2008-07-261-0/+135