Searched refs:teardownThread (Results 1 – 2 of 2) sorted by relevance
22 template <class Allocator> void teardownThread(void *Ptr);27 CHECK_EQ(pthread_key_create(&PThreadKey, teardownThread<Allocator>), 0); in initLinkerInitialized()105 friend void teardownThread<Allocator>(void *Ptr);113 template <class Allocator> void teardownThread(void *Ptr) { in teardownThread() function
163 static void teardownThread(void *p) { in teardownThread() function194 pthread_key_create(&pkey, teardownThread); in initGlobal()