Home
last modified time | relevance | path

Searched refs:waiting (Results 1 – 8 of 8) sorted by relevance

/art/test/1934-jvmti-signal-thread/
Dexpected-stdout.txt20 interrupting other thread waiting
23 stopping other thread waiting
/art/adbconnection/
Dadbconnection.h81 void SetWaitingForDebugger(bool waiting) REQUIRES_SHARED(art::Locks::mutator_lock_);
129 void SetWaitingForDebugger(bool waiting);
Dadbconnection.cc230 void AdbConnectionAppInfoCallback::SetWaitingForDebugger(bool waiting) { in SetWaitingForDebugger() argument
231 connection_->SetWaitingForDebugger(waiting); in SetWaitingForDebugger()
469 void AdbConnectionState::SetWaitingForDebugger(bool waiting) { in SetWaitingForDebugger() argument
471 VLOG(jdwp) << "SetWaitingForDebugger'" << waiting << "'"; in SetWaitingForDebugger()
472 apex_adbconnection_client_set_waiting_for_debugger(waiting); in SetWaitingForDebugger()
/art/runtime/
Druntime_callbacks.h82 virtual void SetWaitingForDebugger(bool waiting) REQUIRES_SHARED(Locks::mutator_lock_) = 0;
259 void SetWaitingForDebugger(bool waiting) REQUIRES_SHARED(Locks::mutator_lock_);
Druntime_callbacks.cc95 void RuntimeCallbacks::SetWaitingForDebugger(bool waiting) { in SetWaitingForDebugger() argument
97 cb->SetWaitingForDebugger(waiting); in SetWaitingForDebugger()
Dmutator_gc_coord.md163 lock: A thread that is waiting for a lock before it can respond to the request
187 can potentially lead to deadlock, since it will prevent the waiting thread from
191 waiting for a condition variable while holding an unrelated lock is problematic,
202 reenabled, and threads have been notified. Thus the waiting thread's inability
204 the GC. Non-GC checkpoint or suspend requests that target a thread waiting on
211 cannot yet be waiting for weak-reference access. Thus there is no danger of
/art/runtime/native/
Ddalvik_system_VMDebug.cc553 static void VMDebug_setWaitingForDebugger(JNIEnv* env, jclass, jboolean waiting) { in VMDebug_setWaitingForDebugger() argument
555 Runtime::Current()->GetRuntimeCallbacks()->SetWaitingForDebugger(waiting); in VMDebug_setWaitingForDebugger()
/art/libartservice/service/
DREADME.md46 - `PRIORITY_INTERACTIVE_FAST`: Indicates that a human is waiting on the result
49 - `PRIORITY_INTERACTIVE`: Indicates that a human is waiting on the result.