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

/external/chromium/base/
H A Dthread_local_storage_posix.cc9 ThreadLocalStorage::Slot::Slot(TLSDestructorFunc destructor)
14 bool ThreadLocalStorage::Slot::Initialize(TLSDestructorFunc destructor) {
26 void ThreadLocalStorage::Slot::Free() {
34 void* ThreadLocalStorage::Slot::Get() const {
39 void ThreadLocalStorage::Slot::Set(void* value) {
H A Dthread_local_storage_win.cc20 long ThreadLocalStorage::tls_key_ = TLS_OUT_OF_INDEXES;
25 long ThreadLocalStorage::tls_max_ = 1;
30 ThreadLocalStorage::TLSDestructorFunc
31 ThreadLocalStorage::tls_destructors_[kThreadLocalStorageSize];
33 void** ThreadLocalStorage::Initialize() {
57 ThreadLocalStorage::Slot::Slot(TLSDestructorFunc destructor)
62 bool ThreadLocalStorage::Slot::Initialize(TLSDestructorFunc destructor) {
64 ThreadLocalStorage::Initialize();
79 void ThreadLocalStorage::Slot::Free() {
86 void* ThreadLocalStorage
[all...]
H A Dthread_local_storage.h16 class ThreadLocalStorage { class
87 DISALLOW_COPY_AND_ASSIGN(ThreadLocalStorage);
92 typedef ThreadLocalStorage::Slot TLSSlot;
H A Dthread_local_storage_unittest.cc16 // storing ints into ThreadLocalStorage.
21 static ThreadLocalStorage::Slot tls_slot(base::LINKER_INITIALIZED);
59 ThreadLocalStorage::Slot slot;
/external/chromium/net/base/
H A Dhost_resolver_proc.cc132 // multiple times. Initialize the ThreadLocalStorage slot only once.
142 static ThreadLocalStorage::Slot tls_index_ ;
149 ThreadLocalStorage::Slot DnsReloadTimer::tls_index_(base::LINKER_INITIALIZED);

Completed in 89 milliseconds