Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dthread_local_storage.cc63 CHECK(PlatformThreadLocalStorage::AllocTLS(&key)); in ConstructTlsVector()
72 CHECK(PlatformThreadLocalStorage::AllocTLS(&key) && in ConstructTlsVector()
Dthread_local_storage_posix.cc13 bool PlatformThreadLocalStorage::AllocTLS(TLSKey* key) { in AllocTLS() function in base::internal::PlatformThreadLocalStorage
Dthread_local_storage.h48 static bool AllocTLS(TLSKey* key);