summaryrefslogtreecommitdiffstats
path: root/base/synchronization/condition_variable_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-0/+1
* base: Remove most uses of MessageLoopProxyskyostil2015-04-301-1/+3
* Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of http...stevenjb2015-04-291-3/+1
* base: Remove use of MessageLoopProxyskyostil2015-04-291-1/+3
* Standardize usage of virtual/override/final in base/dcheng2014-10-211-2/+2
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-071-1/+1
* Delete some dead code.thakis@chromium.org2014-03-271-5/+0
* Enable the following tests back under ThreadSanitizer v2:glider@chromium.org2013-10-171-16/+4
* Disable the tests failing under TSan because of incorrect assumptions about t...glider@chromium.org2013-10-031-4/+16
* Fix WaitableEvent and ConditionVariable::TimedWait to use monotonic time on n...piman@chromium.org2013-10-021-0/+53
* Use a direct include of time headers in base/, part 2.avi@chromium.org2013-06-281-1/+1
* base: Convert scoped_arrays to the new scoped_ptr style.tfarina@chromium.org2013-01-181-1/+1
* Add missing, and remove unnecessary, 'explicit' from constructors. (base/)hans@chromium.org2013-01-151-1/+1
* Add virtual and OVERRIDE to base/ implementation filesrsleevi@chromium.org2012-04-061-2/+2
* Disable ConditionVariableTest.MultiThreadConsumerTest on Windows.mattm@chromium.org2012-03-011-1/+9
* Move spin_wait to base/synchronization.brettw@chromium.org2012-02-191-1/+1
* Make ConditionVariableTest.MultiThreadConsumerTest less flaky.jknotten@chromium.org2012-02-061-44/+1
* Change code in base (primarily unit tests) to use Sleep(TimeDelta).tedvessenes@gmail.com2011-12-311-2/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-26/+26
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-011-0/+750