OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tls_slot
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/threading/
thread_local_storage_unittest.cc
25
static ThreadLocalStorage::Slot
tls_slot
(LINKER_INITIALIZED);
36
tls_slot
.Set(tls_value_ptr_);
38
int *ptr = static_cast<int*>(
tls_slot
.Get());
43
ptr = static_cast<int*>(
tls_slot
.Get());
78
tls_slot
.Initialize(ThreadLocalStorageCleanup);
/external/chromium_org/base/threading/
thread_local_storage_unittest.cc
29
static ThreadLocalStorage::StaticSlot
tls_slot
= TLS_INITIALIZER;
member in namespace:base::__anon3732
40
tls_slot
.Set(tls_value_ptr_);
42
int *ptr = static_cast<int*>(
tls_slot
.Get());
47
ptr = static_cast<int*>(
tls_slot
.Get());
70
tls_slot
.Set(value);
101
tls_slot
.Initialize(ThreadLocalStorageCleanup);
121
tls_slot
.Free(); // Stop doing callbacks to cleanup threads.
Completed in 511 milliseconds