Searched refs:terminate_cond_ (Results 1 – 2 of 2) sorted by relevance
102 terminate_cond_ = ConditionVariableWrapper::CreateConditionVariable(); in AllocateComplexDataTypes()106 (terminate_cond_ != NULL) && (sleep_event != NULL); in AllocateComplexDataTypes()116 if (terminate_cond_ != NULL) in DeAllocateComplexDataTypes()118 delete terminate_cond_; in DeAllocateComplexDataTypes()119 terminate_cond_ = NULL; in DeAllocateComplexDataTypes()172 terminate_cond_->SleepCS(*terminate_crit_); in StopPollingCpu()192 terminate_cond_->WakeAll(); in ProcessImpl()
72 ConditionVariableWrapper* terminate_cond_; variable