OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SP_ALL
(Results
1 - 2
of
2
) sorted by null
/art/runtime/jdwp/
jdwp_constants.h
187
SP_ALL
= 2, // Suspend all threads.
jdwp_event.cc
622
*
SP_ALL
- suspend everybody except JDWP support thread
630
if (suspend_policy ==
SP_ALL
) {
807
JdwpSuspendPolicy suspend_policy = (options_->suspend) ?
SP_ALL
: SP_NONE;
[
all
...]
Completed in 181 milliseconds