Searched refs:teardownThread (Results 1 – 4 of 4) sorted by relevance
25 template <class Allocator> void teardownThread(void *Ptr);30 CHECK_EQ(pthread_key_create(&PThreadKey, teardownThread<Allocator>), 0); in initLinkerInitialized()112 friend void teardownThread<Allocator>(void *Ptr);120 template <class Allocator> void teardownThread(void *Ptr) { in teardownThread() function
25 template <class Allocator> void teardownThread(void *Ptr);30 CHECK_EQ(pthread_key_create(&PThreadKey, teardownThread<Allocator>), 0); in initLinkerInitialized()119 friend void teardownThread<Allocator>(void *Ptr);127 template <class Allocator> void teardownThread(void *Ptr) { in teardownThread() function
31 static void teardownThread(void *Ptr) { in teardownThread() function50 CHECK_EQ(pthread_key_create(&PThreadKey, teardownThread), 0); in initOnce()
163 static void teardownThread(void *p) { in teardownThread() function194 pthread_key_create(&pkey, teardownThread); in initGlobal()