OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resume_cond_
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
thread-inl.h
100
// Re-check when Thread::
resume_cond_
is notified.
101
Thread::
resume_cond_
->Wait(this);
thread_list.cc
214
// Imitate ResumeAll, threads may be waiting on Thread::
resume_cond_
since we raised their
217
Thread::
resume_cond_
->Broadcast(self);
293
Thread::
resume_cond_
->Broadcast(self);
318
Thread::
resume_cond_
->Broadcast(self);
395
Thread::
resume_cond_
->Wait(self);
433
Thread::
resume_cond_
->Broadcast(self);
thread.cc
76
ConditionVariable* Thread::
resume_cond_
= NULL;
member in class:art::Thread
[
all
...]
thread.h
658
static ConditionVariable*
resume_cond_
GUARDED_BY(Locks::thread_suspend_count_lock_);
Completed in 162 milliseconds