Searched refs:threadDestructor (Results 1 – 6 of 6) sorted by relevance
53 static void threadDestructor(void *st);
120 static void threadDestructor(void *st);
84 int result = pthread_key_create(& gTLSKey, threadDestructor); in initTLSKey()88 void Looper::threadDestructor(void *st) { in threadDestructor() function in android::Looper91 self->decStrong((void*)threadDestructor); in threadDestructor()99 looper->incStrong((void*)threadDestructor); in setForThread()105 old->decStrong((void*)threadDestructor); in setForThread()
103 thread_store_set( &tls, ts, threadDestructor ); in getThreadState()107 void BufferedTextOutput::threadDestructor(void *st) in threadDestructor() function in android::hardware::BufferedTextOutput
297 int key_create_value = pthread_key_create(&gTLS, threadDestructor); in self()1189 void IPCThreadState::threadDestructor(void *st) in threadDestructor() function in android::hardware::IPCThreadState
481 static void threadDestructor(void *st);