summaryrefslogtreecommitdiffstats
path: root/base/threading/watchdog.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert of Revert some other possible suspects of a 0.43% size increase of set...dbeam2015-05-041-1/+1
* Revert some other possible suspects of a 0.43% size increase of setup.exe: ht...Dan Beam2015-05-041-1/+1
* Avoid unnecessary memory allocations at PlatformThread::SetName()mikhail.pozdnyakov2015-05-041-1/+1
* Don't shadow variables (same name in scope)cpu2014-10-211-1/+1
* Remove 1 static initializer with gcc.thakis@chromium.org2013-11-131-16/+22
* base: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro.tfarina@chromium.org2013-04-251-1/+1
* Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.fischman@chromium.org2012-01-231-2/+1
* Watchdog - Added a JOINABLE state to avoid StartupTimebombrtenneti@chromium.org2012-01-191-10/+27
* Avoid holding the lock while we do alarm processingjar@chromium.org2011-11-301-1/+4
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* Remove 1 exit time destructor and 1 static initializer from watchdog.ccthakis@chromium.org2011-11-041-18/+33
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-1/+1
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-301-0/+144