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

/frameworks/native/include/binder/
H A DBufferedTextOutput.h52 static void threadDestructor(void *st);
H A DIPCThreadState.h107 static void threadDestructor(void *st);
/frameworks/native/libs/binder/
H A DBufferedTextOutput.cpp96 thread_store_set( &tls, ts, threadDestructor );
100 void BufferedTextOutput::threadDestructor(void *st) function in class:android::BufferedTextOutput
H A DIPCThreadState.cpp313 if (pthread_key_create(&gTLS, threadDestructor) != 0) {
1142 void IPCThreadState::threadDestructor(void *st) function in class:android::IPCThreadState

Completed in 108 milliseconds