Home
last modified time | relevance | path

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

/dalvik/vm/
DThread.c240 static void threadExitUncaughtException(Thread* thread, Object* group);
1734 static void threadExitUncaughtException(Thread* self, Object* group) in threadExitUncaughtException() function
2216 threadExitUncaughtException(self, group); in dvmDetachCurrentThread()