Searched refs:threadDestructor (Results 1 – 6 of 6) sorted by relevance
53 static void threadDestructor(void *st);
158 static void threadDestructor(void *st);
79 int error = pthread_key_create(&gTLSKey, threadDestructor); in initTLSKey()83 void Looper::threadDestructor(void *st) { in threadDestructor() function in android::Looper86 self->decStrong((void*)threadDestructor); in threadDestructor()94 looper->incStrong((void*)threadDestructor); in setForThread()100 old->decStrong((void*)threadDestructor); in setForThread()
104 thread_store_set( &tls, ts, threadDestructor ); in getThreadState()108 void BufferedTextOutput::threadDestructor(void *st) in threadDestructor() function in android::hardware::BufferedTextOutput
299 int key_create_value = pthread_key_create(&gTLS, threadDestructor); in self()1293 void IPCThreadState::threadDestructor(void *st) in threadDestructor() function in android::hardware::IPCThreadState
483 static void threadDestructor(void *st);