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

/frameworks/native/libs/utils/
H A DBufferedTextOutput.cpp96 thread_store_set( &tls, ts, threadDestructor );
100 void BufferedTextOutput::threadDestructor(void *st) function in class:android::BufferedTextOutput
/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 27 milliseconds