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
/
synchronization
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extend base::win::ObjectWatcher to watch an event multiple times.
jam
2015-09-29
1
-1
/
+1
*
Revert of Try changing LockImpl to not have a spin count to see how it affect...
jam
2015-09-11
1
-1
/
+3
*
Use #if DCHECK_IS_ON() in base/synchronization/*
olli.raula
2015-09-11
5
-17
/
+16
*
Try changing LockImpl to not have a spin count to see how it affects performa...
jam
2015-09-10
1
-3
/
+1
*
mac: Add a hack to condition_variable_posix.cc to avoid a crash.
erikchen
2015-09-08
1
-0
/
+14
*
Fix and enable MSVC warning C4018 for base/.
pkasting
2015-07-21
1
-1
/
+1
*
clang/win: Fix warnings to prepare for building without -Wno-reorder.
sammc
2015-07-02
1
-4
/
+4
*
base: Remove most uses of MessageLoopProxy
skyostil
2015-04-30
3
-6
/
+9
*
Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of http...
stevenjb
2015-04-29
3
-9
/
+6
*
base: Remove use of MessageLoopProxy
skyostil
2015-04-29
3
-6
/
+9
*
Apply automated fixits for Chrome clang plugin to base_unittests.
dcheng
2015-04-17
2
-11
/
+11
*
Implement a poor man's PostAfterStartupTask() function. The initial impl clai...
michaeln
2015-04-13
2
-0
/
+9
*
Base: Truncate the timeout of WaitableEvent::TimedWait on Windows.
rvargas
2015-04-01
1
-4
/
+4
*
Make sure that WaitableEvent::TimedWait works fine with large timeouts.
rvargas
2015-03-31
2
-23
/
+43
*
Revert "Make sure that WaitableEvent::TimedWait works fine with large timeouts."
rvargas
2015-03-30
4
-43
/
+32
*
Make sure that WaitableEvent::TimedWait works fine with large timeouts.
rvargas
2015-03-26
4
-32
/
+43
*
Remove base::WaitForExitCode*
rvargas
2015-03-03
1
-3
/
+0
*
Split bug 418183 into separate bugs for each janky piece and remove the
pkasting
2015-02-28
1
-6
/
+0
*
Adding instrumentation to locate the source of jankiness.
Peter Kasting
2015-02-05
1
-1
/
+2
*
WaitableEvent: Receive ScopedHandle at construction and remove Release method.
rvargas
2014-11-25
2
-11
/
+3
*
Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...
vadimt
2014-10-29
1
-5
/
+4
*
Standardize usage of virtual/override/final in base/
dcheng
2014-10-21
6
-18
/
+12
*
replace OVERRIDE and FINAL with override and final in base/
mostynb
2014-10-07
7
-19
/
+19
*
An internal tool shows that the task created by ObjectWatcher::DoneWaiting is...
sergeyu
2014-10-01
1
-0
/
+6
*
Use ScopedHandle for the private members of WaitableEvent.
rvargas
2014-09-23
2
-13
/
+12
*
Take extra lock in base::WaitableEvent::WaitMany.
yhirano@chromium.org
2014-08-07
3
-7
/
+49
*
base: Enable lock dchecks with dchecks_always_on
boliu@chromium.org
2014-07-21
5
-14
/
+15
*
make debug mode ~20% faster on linux
hubbe@chromium.org
2014-05-24
2
-20
/
+7
*
Removed LOG_GETLASTERROR and LOG_ERRNO macros.
vitalybuka@chromium.org
2014-05-21
1
-1
/
+1
*
Delete some dead code.
thakis@chromium.org
2014-03-27
1
-5
/
+0
*
The Android team is deprecating pthread_cond_timedwait_monotonic in favor of ...
benm@chromium.org
2014-03-06
1
-5
/
+7
*
Revert of base: Cleanup: Simplify the declaration of Lock class. (https://cod...
pkotwicz@chromium.org
2014-02-24
2
-45
/
+40
*
base: Cleanup: Simplify the declaration of Lock class.
tfarina@chromium.org
2014-02-23
2
-40
/
+45
*
Enable the following tests back under ThreadSanitizer v2:
glider@chromium.org
2013-10-17
1
-16
/
+4
*
Disable the tests failing under TSan because of incorrect assumptions about t...
glider@chromium.org
2013-10-03
1
-4
/
+16
*
Fix WaitableEvent and ConditionVariable::TimedWait to use monotonic time on n...
piman@chromium.org
2013-10-02
3
-14
/
+107
*
base: Rename OSLockType to NativeHandle in Lock API.
tfarina@chromium.org
2013-09-14
5
-17
/
+17
*
Pretty-print the return value from the pthread API.
ajwong@chromium.org
2013-08-13
1
-8
/
+9
*
Use a direct include of the message_loop header in base/.
avi@chromium.org
2013-07-18
4
-4
/
+4
*
Use a direct include of time headers in base/, part 2.
avi@chromium.org
2013-06-28
7
-7
/
+7
*
Update base/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-05-31
1
-1
/
+1
*
Reland: base: Support setting thread priorities generically.
epenner@chromium.org
2013-05-22
1
-7
/
+7
*
Adding TryPostTask to the message loop
cpu@chromium.org
2013-04-30
1
-0
/
+6
*
Assert on deleting a held lock.
siggi@chromium.org
2013-04-09
2
-3
/
+10
*
base: Convert MessageLoop::RunUntilIdle() cases to base::RunLoop variant.
tfarina@chromium.org
2013-02-05
1
-2
/
+4
*
Refactor: Simplify WaitableEventWatcher.
teravest@chromium.org
2013-02-04
4
-127
/
+64
*
Revert 179987
dmichael@chromium.org
2013-01-31
4
-63
/
+126
*
Refactor: Simplify WaitableEventWatcher.
teravest@chromium.org
2013-01-31
4
-126
/
+63
*
Use LOG_GETLASTERROR in more cases in base/
mseaborn@chromium.org
2013-01-28
1
-1
/
+1
*
base: Convert scoped_arrays to the new scoped_ptr style.
tfarina@chromium.org
2013-01-18
1
-1
/
+1
[next]