HomeSort by relevance Sort by last modified time
    Searched defs:threadDestructor (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/binder/
BufferedTextOutput.cpp 96 thread_store_set( &tls, ts, threadDestructor );
100 void BufferedTextOutput::threadDestructor(void *st)
IPCThreadState.cpp 313 if (pthread_key_create(&gTLS, threadDestructor) != 0) {
    [all...]

Completed in 709 milliseconds