Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dthread_local_storage.cc181 CHECK_EQ(PlatformThreadLocalStorage::GetTLSValue(key), kUninitialized); in ConstructTlsVector()
288 void *tls_data = GetTLSValue(key); in OnThreadExit()
323 return PlatformThreadLocalStorage::GetTLSValue(key) == kDestroyed; in HasBeenDestroyed()
330 PlatformThreadLocalStorage::GetTLSValue(key) == kUninitialized) { in Initialize()
374 PlatformThreadLocalStorage::GetTLSValue( in Get()
389 PlatformThreadLocalStorage::GetTLSValue( in Set()
Dthread_local_storage.h79 static void* GetTLSValue(TLSKey key) { in GetTLSValue() function
/external/angle/src/compiler/translator/
DPoolAlloc.cpp33 return static_cast<angle::PoolAllocator *>(GetTLSValue(PoolIndex)); in GetGlobalPoolAllocator()
/external/angle/src/common/
Dtls.h50 void *GetTLSValue(TLSIndex index);
Dtls.cpp134 void *GetTLSValue(TLSIndex index) in GetTLSValue() function
/external/libchrome/libchrome_tools/patch/
DThreadLocalStorage-Add-a-function-to-destroy-pthread.patch48 // GetTLSValue() to retrieve the value of slot as it has already been reset