summaryrefslogtreecommitdiffstats
path: root/base/lazy_instance_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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