HomeSort by relevance Sort by last modified time
    Searched refs:SP_ALL (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/jdwp/
JdwpConstants.cpp 230 case SP_ALL: return "ALL";
JdwpConstants.h 174 SP_ALL = 2, /* suspend all threads */
JdwpEvent.cpp 578 * SP_ALL - suspend everybody except JDWP support thread
585 if (suspendPolicy == SP_ALL) {
750 suspendPolicy = SP_ALL;
    [all...]

Completed in 836 milliseconds