OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SP_EVENT_THREAD
(Results
1 - 5
of
5
) sorted by null
/dalvik/vm/jdwp/
JdwpConstants.cpp
229
case
SP_EVENT_THREAD
: return "EVENT_THREAD";
JdwpConstants.h
173
SP_EVENT_THREAD
= 1, /* suspend event thread */
JdwpEvent.cpp
577
*
SP_EVENT_THREAD
- suspend ourselves
588
assert(suspendPolicy ==
SP_EVENT_THREAD
);
[
all
...]
/art/runtime/jdwp/
jdwp_constants.h
186
SP_EVENT_THREAD
= 1, // Suspend event thread.
jdwp_event.cc
493
*
SP_EVENT_THREAD
- suspend ourselves
505
CHECK_EQ(suspend_policy,
SP_EVENT_THREAD
);
1002
if (suspend_policy ==
SP_EVENT_THREAD
) {
[
all
...]
Completed in 138 milliseconds