index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
thread.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding debugging info for thread name.
huanr@chromium.org
2010-09-08
1
-0
/
+18
*
Header cleanup in base.
brettw@chromium.org
2010-08-17
1
-1
/
+0
*
Fix an issue in Thread class where we initialize a pointer, which
huanr@chromium.org
2010-07-23
1
-3
/
+8
*
Annotate a benign data race in Thread::StopSoon
timurrrr@chromium.org
2010-05-19
1
-1
/
+4
*
Update dynamic annotations and move them to base/third_party
timurrrr@chromium.org
2010-05-14
1
-1
/
+1
*
Created a stock implementation of the MessageLoopProxy interface than can be ...
sanjeevr@chromium.org
2010-05-06
1
-0
/
+2
*
Add a Thread::CleanUpAfterMessageLoopDestruction() method which gets called a...
eroman@chromium.org
2010-04-14
1
-22
/
+25
*
Reverting this CL as it causes chrome frame net tests to crash at exit. The c...
ananta@chromium.org
2010-04-13
1
-24
/
+20
*
Don't call Thread::CleanUp() before the MessageLoop destruction observers hav...
eroman@chromium.org
2010-04-13
1
-20
/
+24
*
Revert 43127 [It resulted in a free memory write because of a consumer that w...
eroman@chromium.org
2010-03-31
1
-24
/
+20
*
Don't call Thread::CleanUp() before the MessageLoop destruction observers hav...
eroman@chromium.org
2010-03-30
1
-20
/
+24
*
Notify race detectors (e.g. ThreadSanitizer) about the thread names
timurrrr@chromium.org
2009-11-23
1
-0
/
+2
*
Fix a harmless data race in Thread
timurrrr@chromium.org
2009-09-21
1
-1
/
+1
*
Fix a flaky crash in Thread by guarding access to message_loop_ more carefully.
phajdan.jr@chromium.org
2009-09-14
1
-18
/
+11
*
Retry 25770 after fixing Valgrind issue.
huanr@chromium.org
2009-09-10
1
-1
/
+5
*
Revert r25770 due to valgrind failures on Linux.
huanr@chromium.org
2009-09-09
1
-5
/
+1
*
Enable database logging on history thread.
huanr@chromium.org
2009-09-09
1
-1
/
+5
*
Implementation of Pipeline and FilterHost interfaces. This is a large change...
ralphl@chromium.org
2009-01-28
1
-2
/
+5
*
Moved Init() before startup_data_->event.Signal() because derived
jrg@chromium.org
2009-01-27
1
-3
/
+4
*
Review URL: http://codereview.chromium.org/18690
jrg@chromium.org
2009-01-22
1
-4
/
+3
*
Moved Init() startup_data_->event.Signal() because derived classes may
jrg@chromium.org
2009-01-22
1
-3
/
+4
*
Reapply 5971 which was reverted in 5974. The unit test wasn't unregistering t...
maruel@chromium.org
2008-12-01
1
-3
/
+0
*
Reverting 5971.
maruel@chromium.org
2008-11-25
1
-0
/
+3
*
Add superficial unit test for PrintJob. That's a start.
maruel@chromium.org
2008-11-25
1
-3
/
+0
*
Revert 5607 because it caused a base_unittest failure.
maruel@chromium.org
2008-11-18
1
-0
/
+3
*
Add superficial unit test for PrintJob. That's a start.
maruel@chromium.org
2008-11-18
1
-3
/
+0
*
Move a bunch of code from the old to new TLS interface.
deanm@chromium.org
2008-09-10
1
-11
/
+7
*
Add ThreadLocalPointer and ThreadLocalBoolean abstractions, that will depreca...
deanm@google.com
2008-09-03
1
-8
/
+14
*
fix linux build
darin@google.com
2008-08-26
1
-1
/
+1
*
Allow consumers of MessageLoop to specify the type of MessageLoop they want.
darin@google.com
2008-08-26
1
-25
/
+42
*
Make PlatformThread::SetName operate only on the current thread.
deanm@google.com
2008-08-25
1
-1
/
+1
*
Use a more compact license header in source files.
license.bot
2008-08-24
1
-28
/
+4
*
Port the Thread class properly to Mac and Linux. This involved porting
darin@google.com
2008-08-21
1
-106
/
+44
*
TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...
evanm@google.com
2008-08-20
1
-4
/
+4
*
Revert. Failing unit tests.
evanm@google.com
2008-08-20
1
-4
/
+4
*
TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...
evanm@google.com
2008-08-20
1
-4
/
+4
*
Introduce MessagePump to represent the native message pump used to drive a
darin@google.com
2008-08-15
1
-1
/
+1
*
- Add Thread::StopSoon() and remove Thread::NonBlockingStop(). StopSoon() can...
maruel@google.com
2008-08-12
1
-52
/
+34
*
Provide cross-platform implementation of WaitableEvent for use on Mac and Linux.
darin@google.com
2008-08-11
1
-10
/
+5
*
Port in threading for Posix. Will require fixes to MessageLoop and Task to co...
avi@google.com
2008-08-07
1
-1
/
+1
*
Revise the ObjectWatcher API to be one-to-one with the object being watched. ...
darin@google.com
2008-08-04
1
-10
/
+10
*
Fix most issues when building base as a x64 target.
maruel@google.com
2008-07-30
1
-1
/
+1
*
Add base to the repository.
initial.commit
2008-07-26
1
-0
/
+258