Home
last modified time | relevance | path

Searched refs:threadDestructor (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/core/libutils/
H A DLooper.cpp81 int error = pthread_key_create(&gTLSKey, threadDestructor); in initTLSKey()
85 void Looper::threadDestructor(void *st) { in threadDestructor() function in android::Looper
88 self->decStrong((void*)threadDestructor); in threadDestructor()
96 looper->incStrong((void*)threadDestructor); in setForThread()
102 old->decStrong((void*)threadDestructor); in setForThread()
/aosp12/system/libhwbinder/include/hwbinder/
H A DIPCThreadState.h132 static void threadDestructor(void *st);
/aosp12/frameworks/native/include/binder/
H A DIPCThreadState.h193 static void threadDestructor(void *st);
/aosp12/frameworks/native/libs/binder/include/binder/
H A DIPCThreadState.h193 static void threadDestructor(void *st);
/aosp12/system/core/libutils/include/utils/
H A DLooper.h484 static void threadDestructor(void *st);
/aosp12/system/libhwbinder/
H A DIPCThreadState.cpp302 int key_create_value = pthread_key_create(&gTLS, threadDestructor); in self()
1290 void IPCThreadState::threadDestructor(void *st) in threadDestructor() function in android::hardware::IPCThreadState
/aosp12/frameworks/native/libs/binder/
H A DIPCThreadState.cpp306 int key_create_value = pthread_key_create(&gTLS, threadDestructor); in self()
1371 void IPCThreadState::threadDestructor(void *st) in threadDestructor() function in android::IPCThreadState