Searched refs:teardownThread (Results 1 – 2 of 2) sorted by relevance
25 template <class Allocator> void teardownThread(void *Ptr);31 CHECK_EQ(pthread_key_create(&PThreadKey, teardownThread<Allocator>), 0); in init()123 friend void teardownThread<Allocator>(void *Ptr);131 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()