Home
last modified time | relevance | path

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

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