Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DBufferedTextOutput.h53 static void threadDestructor(void *st);
DIPCThreadState.h158 static void threadDestructor(void *st);
/system/core/libutils/
DLooper.cpp79 int error = pthread_key_create(&gTLSKey, threadDestructor); in initTLSKey()
83 void Looper::threadDestructor(void *st) { in threadDestructor() function in android::Looper
86 self->decStrong((void*)threadDestructor); in threadDestructor()
94 looper->incStrong((void*)threadDestructor); in setForThread()
100 old->decStrong((void*)threadDestructor); in setForThread()
/system/libhwbinder/
DBufferedTextOutput.cpp104 thread_store_set( &tls, ts, threadDestructor ); in getThreadState()
108 void BufferedTextOutput::threadDestructor(void *st) in threadDestructor() function in android::hardware::BufferedTextOutput
DIPCThreadState.cpp299 int key_create_value = pthread_key_create(&gTLS, threadDestructor); in self()
1293 void IPCThreadState::threadDestructor(void *st) in threadDestructor() function in android::hardware::IPCThreadState
/system/core/libutils/include/utils/
DLooper.h483 static void threadDestructor(void *st);