Home
last modified time | relevance | path

Searched refs:ConditionVariable (Results 26 – 30 of 30) sorted by relevance

12

/art/runtime/jni/
Djava_vm_ext.cc213 ConditionVariable jni_on_load_cond_ GUARDED_BY(jni_on_load_lock_);
/art/runtime/
Dthread.cc132 ConditionVariable* Thread::resume_cond_ = nullptr;
2222 resume_cond_ = new ConditionVariable("Thread resumption condition variable", in Startup()
2294 wait_cond_ = new ConditionVariable("a thread wait condition variable", *wait_mutex_); in Thread()
Druntime.cc254 shutdown_cond_(new ConditionVariable("Runtime shutdown", *Locks::runtime_shutdown_lock_)), in Runtime()
/art/runtime/gc/
Dheap.cc668 gc_complete_cond_.reset(new ConditionVariable("GC complete condition variable", in Heap()
672 thread_flip_cond_.reset(new ConditionVariable("GC thread flip condition variable", in Heap()
/art/openjdkjvmti/
Dti_redefine.cc2366 art::ConditionVariable release_cond_;

12