summaryrefslogtreecommitdiffstats
path: root/base/lazy_instance_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-0/+2
* Standardize usage of virtual/override/final in base/dcheng2014-10-211-1/+1
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-071-1/+1
* Add virtual and OVERRIDE to base/ implementation filesrsleevi@chromium.org2012-04-061-1/+1
* Add base::StaticAtomicSequenceNumber.pliard@chromium.org2012-03-131-2/+2
* Add ALIGNAS and ALIGNOF macros to ensure proper alignment of StaticMemorySing...jbates@chromium.org2012-02-231-0/+31
* Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.fischman@chromium.org2012-01-231-3/+2
* Change code in base (primarily unit tests) to use Sleep(TimeDelta).tedvessenes@gmail.com2011-12-311-1/+1
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-6/+7
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-1/+2
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-301-1/+1
* ThreadRestrictions: leak the thread local variableevan@chromium.org2010-10-211-0/+43
* Style cleanup in preparation for auto-linting base/.erg@google.com2010-01-261-1/+3
* Isolate tests by running AtExit callbacks between them.phajdan.jr@chromium.org2009-11-191-7/+2
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-1/+1
* Create a LazyInstance abstraction for avoiding static constructors by lazily ...deanm@google.com2008-09-081-0/+100