Home
last modified time | relevance | path

Searched refs:TLSKey (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/threading/
Dthread_local_storage.h30 typedef unsigned long TLSKey; typedef
33 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);
Dthread_local_storage_posix.cc13 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()
Dthread_local_storage.cc60 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()