Searched refs:SetTLSValue (Results 1 – 3 of 3) sorted by relevance
104 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()
27 void PlatformThreadLocalStorage::SetTLSValue(TLSKey key, void* value) { in SetTLSValue() function in base::internal::PlatformThreadLocalStorage
53 static void SetTLSValue(TLSKey key, void* value);