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

/dalvik/vm/
H A DThread.cpp419 static const char* getSuspendCauseStr(SuspendCause why) argument
421 switch (why) {
447 static void lockThreadSuspend(const char* who, SuspendCause why) argument
481 self->threadId, who, getSuspendCauseStr(why));
493 self->threadId, who, getSuspendCauseStr(why));
2524 * create objects and even execute arbitrary code. The "why" argument
2525 * allows the caller to say why the suspension is taking place.
2539 void dvmSuspendAllThreads(SuspendCause why)
2544 assert(why != 0);
2553 lockThreadSuspend("susp-all", why);
[all...]
H A DThread.h371 void dvmSuspendAllThreads(SuspendCause why);
372 void dvmResumeAllThreads(SuspendCause why);

Completed in 70 milliseconds