summaryrefslogtreecommitdiffstats
path: root/base/synchronization
Commit message (Expand)AuthorAgeFilesLines
* Change explicit usage of each type of message loop in WaitableEventWatcher te...leng@chromium.org2012-07-181-15/+26
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-117-7/+0
* RefCounted types should not have public destructors, base/ editionrsleevi@chromium.org2012-06-261-3/+4
* Disallow UI/IO thread blocking on any other thread.jam@chromium.org2012-04-264-2/+14
* Add virtual and OVERRIDE to base/ implementation filesrsleevi@chromium.org2012-04-066-17/+21
* Objects that derive from RefCounted/RefCountedThreadSafe should not have publ...rsleevi@chromium.org2012-04-062-3/+11
* simplify a few header includesvapier@chromium.org2012-03-191-2/+5
* Disable ConditionVariableTest.MultiThreadConsumerTest on Windows.mattm@chromium.org2012-03-011-1/+9
* Move spin_wait to base/synchronization.brettw@chromium.org2012-02-193-2/+53
* 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-314-10/+10
* Condition variable implementation for vista, win7cpu@chromium.org2011-12-153-7/+111
* Prep work for win7-specific condition variablecpu@chromium.org2011-12-072-98/+143
* Fix a possible mismatch in OS-specific code in WaitableEventWatcher.joi@chromium.org2011-12-021-3/+2
* Remove custom Task implementations in base.dcheng@chromium.org2011-11-233-52/+32
* Add OVERRIDE to base/.avi@chromium.org2011-11-161-1/+1
* Revert 107835 (since the underlying issue has been identified and fixed) - Te...eroman@chromium.org2011-11-082-47/+0
* Temporary instrumentation to help understand lock errors on mac debug bots.eroman@chromium.org2011-10-292-0/+47
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-2/+2
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-2/+2
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-2/+2
* Modify WaitableEvent::Wait() to return voidsteveblock@chromium.org2011-10-124-22/+21
* Upstream ProcessUtilTest, and make a few other files compile on Android.jingzhao@chromium.org2011-09-291-0/+2
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+1
* Create ipc.dll.darin@chromium.org2011-08-151-1/+1
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-056-12/+12
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* linux: components support for base/evan@chromium.org2011-04-291-1/+2
* Base: Last set of files to use BASE_API (for base.dll)rvargas@google.com2011-03-283-3/+7
* Move some files from base to base/memory.levin@chromium.org2011-03-282-2/+2
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-251-2/+1
* Base: First pass at having base.dll: definition ofrvargas@google.com2011-03-223-3/+6
* More DCHECK() updates. A mixture of _EQ and _GE.mhm@chromium.org2011-03-012-7/+7
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-213-32/+32
* Order function definitions in base/ according to the header.erg@google.com2011-01-111-7/+4
* Start sorting methods in class declarations.erg@google.com2011-01-074-12/+13
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-0211-0/+1587
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-0110-0/+2002