Home | History | Annotate | Download | only in runtime

Lines Matching refs:resume_cond_

76 ConditionVariable* Thread::resume_cond_ = NULL;
918 resume_cond_ = new ConditionVariable("Thread resumption condition variable",
947 if (resume_cond_ != NULL) {
948 delete resume_cond_;
949 resume_cond_ = NULL;