Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dthread_local_storage.cc194 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()
Dthread_local_storage_posix.cc23 void PlatformThreadLocalStorage::SetTLSValue(TLSKey key, void* value) { in SetTLSValue() function in base::internal::PlatformThreadLocalStorage
Dthread_local_storage.h78 static void SetTLSValue(TLSKey key, void* value);
/external/angle/src/libGLESv2/
Dglobal_state.cpp56 if (!SetTLSValue(threadTLS, thread)) in AllocateCurrentThread()
150 return SetTLSValue(threadTLS, nullptr); in DeallocateCurrentThread()
/external/angle/src/common/
Dtls.h43 bool SetTLSValue(TLSIndex index, void *value);
Dtls.cpp100 bool SetTLSValue(TLSIndex index, void *value) in SetTLSValue() function
/external/angle/src/compiler/translator/
DPoolAlloc.cpp39 SetTLSValue(PoolIndex, poolAllocator); in SetGlobalPoolAllocator()