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

  /external/libchrome/base/threading/
thread_local_storage_posix.cc 27 void PlatformThreadLocalStorage::SetTLSValue(TLSKey key, void* value) {
thread_local_storage.cc 104 PlatformThreadLocalStorage::SetTLSValue(key, stack_allocated_tls_data);
109 PlatformThreadLocalStorage::SetTLSValue(key, tls_data);
130 PlatformThreadLocalStorage::SetTLSValue(key, stack_allocated_tls_data);
168 PlatformThreadLocalStorage::SetTLSValue(key, NULL);
thread_local_storage.h 51 // SetTLSValue().
53 static void SetTLSValue(TLSKey key, void* value);

Completed in 397 milliseconds