Searched defs:thread_exit_cond_ (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dmutex.cc68 ConditionVariable* Locks::thread_exit_cond_ = nullptr; member in class:art::Locks
1253 thread_exit_cond_ = new ConditionVariable("thread exit condition variable", *thread_list_lock_);

Completed in 74 milliseconds