Searched refs:PThreadKey (Results 1 – 2 of 2) sorted by relevance
33 CHECK_EQ(pthread_key_create(&PThreadKey, teardownThread<Allocator>), 0); in init()47 if (reinterpret_cast<Allocator *>(pthread_getspecific(PThreadKey))) { in unmapTestOnly()48 DCHECK_EQ(reinterpret_cast<Allocator *>(pthread_getspecific(PThreadKey)), in unmapTestOnly()53 CHECK_EQ(pthread_key_delete(PThreadKey), 0); in unmapTestOnly()54 PThreadKey = {}; in unmapTestOnly()134 pthread_setspecific(PThreadKey, reinterpret_cast<void *>(Instance)), 0); in initThread()140 pthread_key_t PThreadKey = {}; member168 if (LIKELY(pthread_setspecific(Instance->getTSDRegistry()->PThreadKey, in teardownThread()
74 static pthread_key_t PThreadKey; variable132 pthread_setspecific(PThreadKey, &TLD); in getThreadLocalData()385 pthread_key_create(&PThreadKey, TLDDestructor); in basicLoggingInit()