Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp.h170 void ReleaseJdwpTokenForEvent() REQUIRES(!jdwp_token_lock_);
Djdwp_event.cc704 void JdwpState::ReleaseJdwpTokenForEvent() { in ReleaseJdwpTokenForEvent() function in art::JDWP::JdwpState
/art/runtime/
Ddebugger.cc575 gJdwpState->ReleaseJdwpTokenForEvent(); in ClearWaitForEventThread()