Searched refs:waiting (Results 1 – 8 of 8) sorted by relevance
20 interrupting other thread waiting23 stopping other thread waiting
81 void SetWaitingForDebugger(bool waiting) REQUIRES_SHARED(art::Locks::mutator_lock_);129 void SetWaitingForDebugger(bool waiting);
230 void AdbConnectionAppInfoCallback::SetWaitingForDebugger(bool waiting) { in SetWaitingForDebugger() argument231 connection_->SetWaitingForDebugger(waiting); in SetWaitingForDebugger()469 void AdbConnectionState::SetWaitingForDebugger(bool waiting) { in SetWaitingForDebugger() argument471 VLOG(jdwp) << "SetWaitingForDebugger'" << waiting << "'"; in SetWaitingForDebugger()472 apex_adbconnection_client_set_waiting_for_debugger(waiting); in SetWaitingForDebugger()
82 virtual void SetWaitingForDebugger(bool waiting) REQUIRES_SHARED(Locks::mutator_lock_) = 0;259 void SetWaitingForDebugger(bool waiting) REQUIRES_SHARED(Locks::mutator_lock_);
95 void RuntimeCallbacks::SetWaitingForDebugger(bool waiting) { in SetWaitingForDebugger() argument97 cb->SetWaitingForDebugger(waiting); in SetWaitingForDebugger()
163 lock: A thread that is waiting for a lock before it can respond to the request187 can potentially lead to deadlock, since it will prevent the waiting thread from191 waiting for a condition variable while holding an unrelated lock is problematic,202 reenabled, and threads have been notified. Thus the waiting thread's inability204 the GC. Non-GC checkpoint or suspend requests that target a thread waiting on211 cannot yet be waiting for weak-reference access. Thus there is no danger of
553 static void VMDebug_setWaitingForDebugger(JNIEnv* env, jclass, jboolean waiting) { in VMDebug_setWaitingForDebugger() argument555 Runtime::Current()->GetRuntimeCallbacks()->SetWaitingForDebugger(waiting); in VMDebug_setWaitingForDebugger()
46 - `PRIORITY_INTERACTIVE_FAST`: Indicates that a human is waiting on the result49 - `PRIORITY_INTERACTIVE`: Indicates that a human is waiting on the result.