HomeSort by relevance Sort by last modified time
    Searched refs:GetTLSValue (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/threading/
thread_local_storage_posix.cc 23 void* PlatformThreadLocalStorage::GetTLSValue(TLSKey key) {
thread_local_storage.cc 91 CHECK(!PlatformThreadLocalStorage::GetTLSValue(key));
183 void *tls_data = GetTLSValue(key);
207 !PlatformThreadLocalStorage::GetTLSValue(key))
232 PlatformThreadLocalStorage::GetTLSValue(
243 PlatformThreadLocalStorage::GetTLSValue(
thread_local_storage.h 54 static void* GetTLSValue(TLSKey key);
66 // should use GetTLSValue() to retrieve the value of TLS slot.
70 // GetTLSValue() to retrieve the value of slot as it has already been reset

Completed in 1005 milliseconds