Home
last modified time | relevance | path

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

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