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

/frameworks/native/include/utils/
H A DBufferedTextOutput.h52 static void threadDestructor(void *st);
H A DLooper.h372 static void threadDestructor(void *st);
/frameworks/native/libs/utils/
H A DLooper.cpp107 int result = pthread_key_create(& gTLSKey, threadDestructor);
111 void Looper::threadDestructor(void *st) {
114 self->decStrong((void*)threadDestructor);
122 looper->incStrong((void*)threadDestructor);
128 old->decStrong((void*)threadDestructor);
H A DBufferedTextOutput.cpp96 thread_store_set( &tls, ts, threadDestructor );
100 void BufferedTextOutput::threadDestructor(void *st) function in class:android::BufferedTextOutput
/frameworks/native/include/binder/
H A DIPCThreadState.h103 static void threadDestructor(void *st);
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp312 if (pthread_key_create(&gTLS, threadDestructor) != 0) {
1100 void IPCThreadState::threadDestructor(void *st) function in class:android::IPCThreadState

Completed in 59 milliseconds