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