Searched refs:teardownThread (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_tsd_exclusive.cpp31 static void teardownThread(void *Ptr) { function in namespace:__scudo
50 CHECK_EQ(pthread_key_create(&PThreadKey, teardownThread), 0);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h22 template <class Allocator> void teardownThread(void *Ptr);
27 CHECK_EQ(pthread_key_create(&PThreadKey, teardownThread<Allocator>), 0);
104 friend void teardownThread<Allocator>(void *Ptr);
112 template <class Allocator> void teardownThread(void *Ptr) { function in namespace:scudo

Completed in 164 milliseconds