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

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

Completed in 54 milliseconds