Home
last modified time | relevance | path

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

/system/core/libutils/
DLooper.cpp93 int result = pthread_key_create(& gTLSKey, threadDestructor); in initTLSKey()
97 void Looper::threadDestructor(void *st) { in threadDestructor() function in android::Looper
100 self->decStrong((void*)threadDestructor); in threadDestructor()
108 looper->incStrong((void*)threadDestructor); in setForThread()
114 old->decStrong((void*)threadDestructor); in setForThread()
/system/core/include/utils/
DLooper.h481 static void threadDestructor(void *st);