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.h119 static void threadDestructor(void *st);
/system/core/libutils/
DLooper.cpp84 int result = pthread_key_create(& gTLSKey, threadDestructor); in initTLSKey()
88 void Looper::threadDestructor(void *st) { in threadDestructor() function in android::Looper
91 self->decStrong((void*)threadDestructor); in threadDestructor()
99 looper->incStrong((void*)threadDestructor); in setForThread()
105 old->decStrong((void*)threadDestructor); in setForThread()
/system/libhwbinder/
DBufferedTextOutput.cpp103 thread_store_set( &tls, ts, threadDestructor ); in getThreadState()
107 void BufferedTextOutput::threadDestructor(void *st) in threadDestructor() function in android::hardware::BufferedTextOutput
DIPCThreadState.cpp296 int key_create_value = pthread_key_create(&gTLS, threadDestructor); in self()
1240 void IPCThreadState::threadDestructor(void *st) in threadDestructor() function in android::hardware::IPCThreadState
/system/core/libutils/include/utils/
DLooper.h481 static void threadDestructor(void *st);