Home
last modified time | relevance | path

Searched refs:ERR_THREAD_NOT_ALIVE (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jdwp/
Djdwp_constants.h38 ERR_THREAD_NOT_ALIVE = 15, enumerator
/art/runtime/
Ddebugger.cc470 *error = (thread == nullptr) ? JDWP::ERR_THREAD_NOT_ALIVE : JDWP::ERR_NONE; in DecodeThread()
2065 if (error != JDWP::ERR_NONE && error != JDWP::ERR_THREAD_NOT_ALIVE) { in GetThreadName()
2091 if (error == JDWP::ERR_THREAD_NOT_ALIVE) { in GetThreadGroup()
2287 if (error == JDWP::ERR_THREAD_NOT_ALIVE) { in GetThreadStatus()
2474 return JDWP::ERR_THREAD_NOT_ALIVE; in SuspendThread()
2488 return JDWP::ERR_THREAD_NOT_ALIVE; in SuspendThread()