Home
last modified time | relevance | path

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

/external/scudo/standalone/
Dtsd_exclusive.h22 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
/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp163 static void teardownThread(void *p) { in teardownThread() function
194 pthread_key_create(&pkey, teardownThread); in initGlobal()