Searched refs:threadExitCheck (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/
H A DThread.cpp244 static void threadExitCheck(void* arg);
257 if (pthread_key_create(&gDvm.pthreadKeySelf, threadExitCheck) != 0) {
1053 static void threadExitCheck(void* arg) function
1060 ALOGV("threadid=%d: threadExitCheck(%p) count=%d",
1064 ALOGW("threadid=%d: Weird -- shouldn't be in threadExitCheck",

Completed in 33 milliseconds