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

/art/runtime/
H A Dthread.cc76 ConditionVariable* Thread::resume_cond_ = NULL; member in class:art::Thread
918 resume_cond_ = new ConditionVariable("Thread resumption condition variable",
947 if (resume_cond_ != NULL) {
948 delete resume_cond_;
949 resume_cond_ = NULL;

Completed in 24 milliseconds