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

  /frameworks/native/libs/binder/include/binder/
BufferedTextOutput.h 52 static void threadDestructor(void *st);
IPCThreadState.h 113 static void threadDestructor(void *st);
  /system/libhwbinder/include/hwbinder/
BufferedTextOutput.h 53 static void threadDestructor(void *st);
IPCThreadState.h 119 static void threadDestructor(void *st);
  /frameworks/native/libs/binder/
BufferedTextOutput.cpp 99 thread_store_set( &tls, ts, threadDestructor );
103 void BufferedTextOutput::threadDestructor(void *st)
IPCThreadState.cpp 297 int key_create_value = pthread_key_create(&gTLS, threadDestructor);
    [all...]
  /system/libhwbinder/
BufferedTextOutput.cpp 103 thread_store_set( &tls, ts, threadDestructor );
107 void BufferedTextOutput::threadDestructor(void *st)
IPCThreadState.cpp 296 int key_create_value = pthread_key_create(&gTLS, threadDestructor);
    [all...]
  /system/core/libutils/
Looper.cpp 84 int result = pthread_key_create(& gTLSKey, threadDestructor);
88 void Looper::threadDestructor(void *st) {
91 self->decStrong((void*)threadDestructor);
99 looper->incStrong((void*)threadDestructor);
105 old->decStrong((void*)threadDestructor);
  /system/core/libutils/include/utils/
Looper.h 481 static void threadDestructor(void *st);

Completed in 2489 milliseconds