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

  /art/runtime/jdwp/
jdwp_constants.h 185 SP_NONE = 0, // Suspend no threads.
jdwp_event.cc 607 JdwpSuspendPolicy policy = SP_NONE;
620 * SP_NONE - do nothing
626 if (suspend_policy == SP_NONE) {
667 if (suspend_policy != SP_NONE) {
807 JdwpSuspendPolicy suspend_policy = (options_->suspend) ? SP_ALL : SP_NONE;
    [all...]

Completed in 59 milliseconds