HomeSort by relevance Sort by last modified time
    Searched full:threaddestructor (Results 1 - 7 of 7) sorted by null

  /frameworks/native/include/binder/
BufferedTextOutput.h 52 static void threadDestructor(void *st);
IPCThreadState.h 107 static void threadDestructor(void *st);
  /system/core/libutils/
Looper.cpp 109 int result = pthread_key_create(& gTLSKey, threadDestructor);
113 void Looper::threadDestructor(void *st) {
116 self->decStrong((void*)threadDestructor);
124 looper->incStrong((void*)threadDestructor);
130 old->decStrong((void*)threadDestructor);
  /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...]
  /system/core/include/utils/
Looper.h 383 static void threadDestructor(void *st);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 126 static void ThreadDestructor(void* unused) {
132 CHECK(!pthread_key_create(&g_jni_ptr, &ThreadDestructor),
    [all...]

Completed in 496 milliseconds