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

/frameworks/native/libs/binder/
H A DBufferedTextOutput.cpp99 thread_store_set( &tls, ts, threadDestructor );
103 void BufferedTextOutput::threadDestructor(void *st) function in class:android::BufferedTextOutput
H A DIPCThreadState.cpp297 int key_create_value = pthread_key_create(&gTLS, threadDestructor);
1154 void IPCThreadState::threadDestructor(void *st) function in class:android::IPCThreadState

Completed in 70 milliseconds