Searched refs:SuspendThread (Results 1 - 3 of 3) sorted by last modified time

/art/runtime/
H A Ddebugger.cc2370 JDWP::JdwpError Dbg::SuspendThread(JDWP::ObjectId thread_id, bool request_suspension) { function in class:art::Dbg
3634 SuspendThread(thread_id, false /* request_suspension */);
H A Ddebugger.h462 static JDWP::JdwpError SuspendThread(JDWP::ObjectId thread_id, bool request_suspension = true)
/art/runtime/jdwp/
H A Djdwp_handler.cc975 JdwpError result = Dbg::SuspendThread(thread_id);

Completed in 73 milliseconds