Searched refs:TS_SLEEPING (Results 1 – 2 of 2) sorted by relevance
/art/runtime/jdwp/ | ||
D | jdwp_constants.h | 206 TS_SLEEPING = 2, // (in Thread.sleep()) enumerator |
/art/runtime/ | ||
D | debugger.cc | 2154 return JDWP::TS_SLEEPING; in ToJdwpThreadStatus() |