Searched defs:why (Results 1 - 1 of 1) 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));
2526 * create objects and even execute arbitrary code. The "why" argument
2527 * allows the caller to say why the suspension is taking place.
2541 void dvmSuspendAllThreads(SuspendCause why)
2546 assert(why != 0);
2555 lockThreadSuspend("susp-all", why);
[all...]

Completed in 7 milliseconds