Home
last modified time | relevance | path

Searched defs:SetTLSValue (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/threading/
H A Dthread_local_storage_posix.cc23 void PlatformThreadLocalStorage::SetTLSValue(TLSKey key, void* value) { in SetTLSValue() function in base::internal::PlatformThreadLocalStorage
H A Dthread_local_storage_win.cc29 void PlatformThreadLocalStorage::SetTLSValue(TLSKey key, void* value) { in SetTLSValue() function in base::internal::PlatformThreadLocalStorage
/aosp_15_r20/external/libchrome/base/threading/
H A Dthread_local_storage_posix.cc23 void PlatformThreadLocalStorage::SetTLSValue(TLSKey key, void* value) { in SetTLSValue() function in base::internal::PlatformThreadLocalStorage
/aosp_15_r20/external/angle/src/common/
H A Dtls.cpp102 bool SetTLSValue(TLSIndex index, void *value) in SetTLSValue() function