Home
last modified time | relevance | path

Searched refs:SetTLSValue (Results 1 – 3 of 3) 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);