Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dthread_local_storage_unittest.cc31 static ThreadLocalStorage::StaticSlot tls_slot = TLS_INITIALIZER; variable
42 tls_slot.Set(tls_value_ptr_); in Run()
44 int *ptr = static_cast<int*>(tls_slot.Get()); in Run()
49 ptr = static_cast<int*>(tls_slot.Get()); in Run()
72 tls_slot.Set(value); in ThreadLocalStorageCleanup()
107 tls_slot.Initialize(ThreadLocalStorageCleanup); in TEST()
127 tls_slot.Free(); // Stop doing callbacks to cleanup threads. in TEST()