Searched refs:SetTLSValue (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/base/threading/ |
D | thread_local_storage.cc | 194 PlatformThreadLocalStorage::SetTLSValue(key, stack_allocated_tls_data); in ConstructTlsVector() 199 PlatformThreadLocalStorage::SetTLSValue(key, tls_data); in ConstructTlsVector() 210 PlatformThreadLocalStorage::SetTLSValue(key, kUninitialized); in OnThreadExitInternal() 229 PlatformThreadLocalStorage::SetTLSValue(key, stack_allocated_tls_data); in OnThreadExitInternal() 273 PlatformThreadLocalStorage::SetTLSValue(key, kDestroyed); in OnThreadExitInternal()
|
D | thread_local_storage_posix.cc | 23 void PlatformThreadLocalStorage::SetTLSValue(TLSKey key, void* value) { in SetTLSValue() function in base::internal::PlatformThreadLocalStorage
|
D | thread_local_storage.h | 78 static void SetTLSValue(TLSKey key, void* value);
|
/external/angle/src/libGLESv2/ |
D | global_state.cpp | 56 if (!SetTLSValue(threadTLS, thread)) in AllocateCurrentThread() 150 return SetTLSValue(threadTLS, nullptr); in DeallocateCurrentThread()
|
/external/angle/src/common/ |
D | tls.h | 43 bool SetTLSValue(TLSIndex index, void *value);
|
D | tls.cpp | 100 bool SetTLSValue(TLSIndex index, void *value) in SetTLSValue() function
|
/external/angle/src/compiler/translator/ |
D | PoolAlloc.cpp | 39 SetTLSValue(PoolIndex, poolAllocator); in SetGlobalPoolAllocator()
|