Home
last modified time | relevance | path

Searched refs:SuspendThread (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddebugger.h490 static JDWP::JdwpError SuspendThread(JDWP::ObjectId thread_id, bool request_suspension = true)
Ddebugger.cc2435 JDWP::JdwpError Dbg::SuspendThread(JDWP::ObjectId thread_id, bool request_suspension) { in SuspendThread() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc926 JdwpError result = Dbg::SuspendThread(thread_id); in TR_Suspend()