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