| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -21/+25 |
* | Fix data races in LazyInstance<>. | dvyukov@google.com | 2011-05-16 | 1 | -8/+19 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 1 | -2/+2 |
* | ThreadRestrictions: leak the thread local variable | evan@chromium.org | 2010-10-21 | 1 | -1/+2 |
* | Remove test isolation enforcement code. | phajdan.jr@chromium.org | 2010-08-16 | 1 | -11/+0 |
* | Update dynamic annotations and move them to base/third_party | timurrrr@chromium.org | 2010-05-14 | 1 | -1/+1 |
* | Avoid a strict aliasing issue in LazyInstance. | craig.schlenter@chromium.org | 2010-03-12 | 1 | -20/+23 |
* | Isolate tests by running AtExit callbacks between them. | phajdan.jr@chromium.org | 2009-11-19 | 1 | -1/+13 |
* | Added dynamic annotation files into base/. | deanm@chromium.org | 2009-06-26 | 1 | -0/+5 |
* | Create a LazyInstance abstraction for avoiding static constructors by lazily ... | deanm@google.com | 2008-09-08 | 1 | -0/+34 |