Home
last modified time | relevance | path

Searched refs:tls_slot (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/base/threading/
Dthread_local_storage_unittest.cc29 static ThreadLocalStorage::StaticSlot tls_slot = TLS_INITIALIZER; variable
40 tls_slot.Set(tls_value_ptr_); in Run()
42 int *ptr = static_cast<int*>(tls_slot.Get()); in Run()
47 ptr = static_cast<int*>(tls_slot.Get()); in Run()
70 tls_slot.Set(value); in ThreadLocalStorageCleanup()
106 tls_slot.Initialize(ThreadLocalStorageCleanup); in TEST()
126 tls_slot.Free(); // Stop doing callbacks to cleanup threads. in TEST()