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

  /frameworks/base/include/utils/
BufferedTextOutput.h 52 static void threadDestructor(void *st);
Looper.h 372 static void threadDestructor(void *st);
  /frameworks/base/include/binder/
IPCThreadState.h 103 static void threadDestructor(void *st);
  /frameworks/base/libs/utils/
BufferedTextOutput.cpp 96 thread_store_set( &tls, ts, threadDestructor );
100 void BufferedTextOutput::threadDestructor(void *st)
Looper.cpp 126 int result = pthread_key_create(& gTLSKey, threadDestructor);
130 void Looper::threadDestructor(void *st) {
133 self->decStrong((void*)threadDestructor);
141 looper->incStrong((void*)threadDestructor);
147 old->decStrong((void*)threadDestructor);
  /frameworks/base/libs/binder/
IPCThreadState.cpp 312 if (pthread_key_create(&gTLS, threadDestructor) != 0) {
    [all...]

Completed in 209 milliseconds