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 - 3
of
3
) 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
578
*
SP_EVENT_THREAD
- suspend ourselves
589
assert(suspendPolicy ==
SP_EVENT_THREAD
);
[
all
...]
Completed in 29 milliseconds