Searched refs:threadDestructor (Results 1 – 5 of 5) sorted by relevance
52 static void threadDestructor(void *st);
101 thread_store_set( &tls, ts, threadDestructor ); in getThreadState()105 void BufferedTextOutput::threadDestructor(void *st) in threadDestructor() function in android::BufferedTextOutput
305 int key_create_value = pthread_key_create(&gTLS, threadDestructor); in self()1305 void IPCThreadState::threadDestructor(void *st) in threadDestructor() function in android::IPCThreadState
165 static void threadDestructor(void *st);