Home
last modified time | relevance | path

Searched refs:resume_cond_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dthread_list.cc264 Thread::resume_cond_->Broadcast(self); in RunCheckpoint()
401 Thread::resume_cond_->Broadcast(self); in ResumeAll()
437 Thread::resume_cond_->Broadcast(self); in Resume()
697 Thread::resume_cond_->Wait(self); in SuspendSelfForDebugger()
738 Thread::resume_cond_->Broadcast(self); in UndoDebuggerSuspensions()
Dthread-inl.h128 Thread::resume_cond_->Wait(this); in TransitionFromSuspendedToRunnable()
Dthread.cc78 ConditionVariable* Thread::resume_cond_ = nullptr; member in art::Thread
1034 resume_cond_ = new ConditionVariable("Thread resumption condition variable", in Startup()
1063 if (resume_cond_ != nullptr) { in Shutdown()
1064 delete resume_cond_; in Shutdown()
1065 resume_cond_ = nullptr; in Shutdown()
Dthread.h944 static ConditionVariable* resume_cond_ GUARDED_BY(Locks::thread_suspend_count_lock_);