Searched defs:threadDestructor (Results 1 - 3 of 3) sorted by relevance

/system/core/libutils/
H A DLooper.cpp84 int result = pthread_key_create(& gTLSKey, threadDestructor);
88 void Looper::threadDestructor(void *st) { function in class:android::Looper
91 self->decStrong((void*)threadDestructor);
99 looper->incStrong((void*)threadDestructor);
105 old->decStrong((void*)threadDestructor);
/system/libhwbinder/
H A DBufferedTextOutput.cpp103 thread_store_set( &tls, ts, threadDestructor );
107 void BufferedTextOutput::threadDestructor(void *st) function in class:android::hardware::BufferedTextOutput
H A DIPCThreadState.cpp296 int key_create_value = pthread_key_create(&gTLS, threadDestructor);
1240 void IPCThreadState::threadDestructor(void *st) function in class:android::hardware::IPCThreadState

Completed in 50 milliseconds