Searched refs:TLSKey (Results 1 – 3 of 3) sorted by relevance
30 typedef unsigned long TLSKey; typedef33 typedef pthread_key_t TLSKey;48 static bool AllocTLS(TLSKey* key);52 static void FreeTLS(TLSKey key);53 static void SetTLSValue(TLSKey key, void* value);54 static void* GetTLSValue(TLSKey key);
13 bool PlatformThreadLocalStorage::AllocTLS(TLSKey* key) { in AllocTLS()18 void PlatformThreadLocalStorage::FreeTLS(TLSKey key) { in FreeTLS()23 void* PlatformThreadLocalStorage::GetTLSValue(TLSKey key) { in GetTLSValue()27 void PlatformThreadLocalStorage::SetTLSValue(TLSKey key, void* value) { in SetTLSValue()
60 PlatformThreadLocalStorage::TLSKey key = in ConstructTlsVector()71 PlatformThreadLocalStorage::TLSKey tmp = key; in ConstructTlsVector()80 static_cast<PlatformThreadLocalStorage::TLSKey>( in ConstructTlsVector()128 PlatformThreadLocalStorage::TLSKey key = in OnThreadExitInternal()179 PlatformThreadLocalStorage::TLSKey key = in OnThreadExit()204 PlatformThreadLocalStorage::TLSKey key = in Initialize()