Home
last modified time | relevance | path

Searched refs:threadDestructor (Results 1 – 2 of 2) sorted by relevance

/system/core/libutils/
DLooper.cpp109 int result = pthread_key_create(& gTLSKey, threadDestructor); in initTLSKey()
113 void Looper::threadDestructor(void *st) { in threadDestructor() function in android::Looper
116 self->decStrong((void*)threadDestructor); in threadDestructor()
124 looper->incStrong((void*)threadDestructor); in setForThread()
130 old->decStrong((void*)threadDestructor); in setForThread()
/system/core/include/utils/
DLooper.h472 static void threadDestructor(void *st);