Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dthread_local_storage.cc104 PlatformThreadLocalStorage::SetTLSValue(key, stack_allocated_tls_data); in ConstructTlsVector()
109 PlatformThreadLocalStorage::SetTLSValue(key, tls_data); in ConstructTlsVector()
130 PlatformThreadLocalStorage::SetTLSValue(key, stack_allocated_tls_data); in OnThreadExitInternal()
168 PlatformThreadLocalStorage::SetTLSValue(key, NULL); in OnThreadExitInternal()
Dthread_local_storage_posix.cc27 void PlatformThreadLocalStorage::SetTLSValue(TLSKey key, void* value) { in SetTLSValue() function in base::internal::PlatformThreadLocalStorage
Dthread_local_storage.h53 static void SetTLSValue(TLSKey key, void* value);