Searched refs:threadDestructor (Results 1 – 7 of 7) sorted by relevance
81 int error = pthread_key_create(&gTLSKey, threadDestructor); in initTLSKey()85 void Looper::threadDestructor(void *st) { in threadDestructor() function in android::Looper88 self->decStrong((void*)threadDestructor); in threadDestructor()96 looper->incStrong((void*)threadDestructor); in setForThread()102 old->decStrong((void*)threadDestructor); in setForThread()
132 static void threadDestructor(void *st);
193 static void threadDestructor(void *st);
484 static void threadDestructor(void *st);
302 int key_create_value = pthread_key_create(&gTLS, threadDestructor); in self()1290 void IPCThreadState::threadDestructor(void *st) in threadDestructor() function in android::hardware::IPCThreadState
306 int key_create_value = pthread_key_create(&gTLS, threadDestructor); in self()1371 void IPCThreadState::threadDestructor(void *st) in threadDestructor() function in android::IPCThreadState