Searched defs:SetTLSValue (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/cronet/base/threading/ | ||
H A D | thread_local_storage_posix.cc | 23 void PlatformThreadLocalStorage::SetTLSValue(TLSKey key, void* value) { in SetTLSValue() function in base::internal::PlatformThreadLocalStorage |
H A D | thread_local_storage_win.cc | 29 void PlatformThreadLocalStorage::SetTLSValue(TLSKey key, void* value) { in SetTLSValue() function in base::internal::PlatformThreadLocalStorage |
/aosp_15_r20/external/libchrome/base/threading/ | ||
H A D | thread_local_storage_posix.cc | 23 void PlatformThreadLocalStorage::SetTLSValue(TLSKey key, void* value) { in SetTLSValue() function in base::internal::PlatformThreadLocalStorage |
/aosp_15_r20/external/angle/src/common/ | ||
H A D | tls.cpp | 102 bool SetTLSValue(TLSIndex index, void *value) in SetTLSValue() function |