Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dthread_local_storage.cc91 CHECK(!PlatformThreadLocalStorage::GetTLSValue(key)); in ConstructTlsVector()
183 void *tls_data = GetTLSValue(key); in OnThreadExit()
207 !PlatformThreadLocalStorage::GetTLSValue(key)) in Initialize()
232 PlatformThreadLocalStorage::GetTLSValue( in Get()
243 PlatformThreadLocalStorage::GetTLSValue( in Set()
Dthread_local_storage_posix.cc23 void* PlatformThreadLocalStorage::GetTLSValue(TLSKey key) { in GetTLSValue() function in base::internal::PlatformThreadLocalStorage
Dthread_local_storage.h54 static void* GetTLSValue(TLSKey key);