Searched defs:ThreadLocalStorage (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/threading/
H A Dthread_local_storage.h23 // interface, you should instead be using ThreadLocalStorage::StaticSlot/Slot.
33 // ThreadLocalStorage implementation. We expect that an OS will not return
57 // ThreadLocalStorage, until there are no slot values remaining as having
78 class BASE_EXPORT ThreadLocalStorage { class in namespace:base
94 // ThreadLocalStorage::StaticSlot my_slot = TLS_INITIALIZER;
96 // ThreadLocalStorage::Slot (below) instead.
139 DISALLOW_COPY_AND_ASSIGN(ThreadLocalStorage);

Completed in 377 milliseconds