Sign in
chromium
/
chromium
/
src
/
cac267c7b19dbe68dd36a2f4d206e1fa9f530048
/
base
/
lazy_instance_unittest.cc
ce072a7
Move platform_thread to base/threading and put in the base namespace. I left a
by
[email protected]
· 15 years ago
ac9ba8fe
Move some misc thread-related stuff from base to base/thread and into the base
by
[email protected]
· 15 years ago
dcc6933
ThreadRestrictions: leak the thread local variable
by
[email protected]
· 15 years ago
2fdc86a
Style cleanup in preparation for auto-linting base/.
by
[email protected]
· 16 years ago
4ea927b
Isolate tests by running AtExit callbacks between them.
by
[email protected]
· 16 years ago
52a261f
NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance).
by
[email protected]
· 16 years ago
30039e6
Create a LazyInstance abstraction for avoiding static constructors by lazily creating an instance of an object on first access. This is like Singleton, but without the Singleton property of sharing instances. This also preallocates space for the object to avoid the heap to try to help fragmentation and creation performance.
by
[email protected]
· 17 years ago