summaryrefslogtreecommitdiffstats
path: root/base/threading
Commit message (Expand)AuthorAgeFilesLines
* Don't DCHECK thread_policy_set() calls because they can fail during runtimecrogers@google.com2011-09-061-5/+21
* Remove some unneeded reinterpret_castsdilmah@chromium.org2011-08-261-1/+1
* Cleanup code used to diagnose and fix bug 81449.apatrick@chromium.org2011-08-191-8/+0
* Implementation of PostTaskAndReply() in MessageLoopProxy and BrowserThread.ajwong@chromium.org2011-08-181-1/+1
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-152-8/+2
* Added code to verify whether TerminateProcess is hooked before calling it.apatrick@chromium.org2011-08-111-0/+9
* Implement backend for thread names and process names.nduca@chromium.org2011-08-094-3/+47
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-0512-36/+36
* Android's paths and message loop implementation with JNImichaelbai@google.com2011-08-021-0/+9
* Support Closure in ALL the loops!ajwong@chromium.org2011-07-265-62/+181
* Patch for Solaris support, mostly ifdefs and header files, plus adds libevent...chromium@hybridsource.org2011-06-251-1/+1
* net: Add NET_API to net/baservargas@google.com2011-05-181-0/+6
* Add support for real-time audio threads.crogers@google.com2011-05-175-2/+136
* Updating logging in src/base/. Using DCHECK_NE/EQ/LE/GE/GT() where possiblekushi.p@gmail.com2011-05-042-4/+6
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-021-1/+1
* linux: components support for base/evan@chromium.org2011-04-291-1/+1
* Base: Last set of files to use BASE_API (for base.dll)rvargas@google.com2011-03-286-9/+13
* Move some files from base to base/memory.levin@chromium.org2011-03-286-13/+13
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-251-1/+2
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-252-3/+4
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-245-20/+26
* Modify ThreadChecker and NonThreadSafe so that theirjoi@chromium.org2011-03-039-158/+252
* Kill CleanUpAfterMessageLoopDestruction.willchan@chromium.org2011-03-033-12/+4
* More DCHECK() updates. A mixture of _EQ and _GE.mhm@chromium.org2011-03-011-1/+1
* Comment out unused parameter names in function definitions,joi@chromium.org2011-02-251-1/+1
* Initialize members of ThreadLocalStorage::Slot.finnur@chromium.org2011-02-112-4/+6
* 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