summaryrefslogtreecommitdiffstats
path: root/base/lazy_instance.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-1/+0
* Remove TSan annotations from base/glider2014-09-231-4/+0
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-21/+25
* Fix data races in LazyInstance<>.dvyukov@google.com2011-05-161-8/+19
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-2/+2
* ThreadRestrictions: leak the thread local variableevan@chromium.org2010-10-211-1/+2
* Remove test isolation enforcement code.phajdan.jr@chromium.org2010-08-161-11/+0
* Update dynamic annotations and move them to base/third_partytimurrrr@chromium.org2010-05-141-1/+1
* Avoid a strict aliasing issue in LazyInstance.craig.schlenter@chromium.org2010-03-121-20/+23
* Isolate tests by running AtExit callbacks between them.phajdan.jr@chromium.org2009-11-191-1/+13
* Added dynamic annotation files into base/.deanm@chromium.org2009-06-261-0/+5
* Create a LazyInstance abstraction for avoiding static constructors by lazily ...deanm@google.com2008-09-081-0/+34