Searched refs:threadDestructor (Results 1 – 4 of 4) sorted by relevance
52 static void threadDestructor(void *st);
107 static void threadDestructor(void *st);
96 thread_store_set( &tls, ts, threadDestructor ); in getThreadState()100 void BufferedTextOutput::threadDestructor(void *st) in threadDestructor() function in android::BufferedTextOutput
312 if (pthread_key_create(&gTLS, threadDestructor) != 0) { in self()1153 void IPCThreadState::threadDestructor(void *st) in threadDestructor() function in android::IPCThreadState