Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h25 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
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_tsd_exclusive.cpp31 static void teardownThread(void *Ptr) { in teardownThread() function
50 CHECK_EQ(pthread_key_create(&PThreadKey, teardownThread), 0); in initOnce()