OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
567
JdwpSuspendPolicy policy =
SP_NONE
;
580
*
SP_NONE
- do nothing
586
if (suspend_policy ==
SP_NONE
) {
627
if (suspend_policy !=
SP_NONE
) {
765
JdwpSuspendPolicy suspend_policy = (options_->suspend) ? SP_ALL :
SP_NONE
;
[
all
...]
Completed in 43 milliseconds