Home
last modified time | relevance | path

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

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