summaryrefslogtreecommitdiffstats
path: root/base/threading
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-214-23/+23
* Order function definitions in base/ according to the header.erg@google.com2011-01-112-39/+39
* Start sorting methods in class declarations.erg@google.com2011-01-073-14/+14
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-026-6/+6
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-013-12/+12
* Move non_thread_safe from base to base/threading and into the base namespace.brettw@chromium.org2011-01-013-0/+222
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-0110-2/+1492
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-3116-8/+896
* Move thread local stuff from base to base/threading and consistently use thebrettw@chromium.org2010-12-308-0/+813
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-3012-0/+1533