Searched refs:programCompletionEvent_ (Results 1 – 2 of 2) sorted by relevance
146 … programCompletionEvent_ = Runtime::GetCurrent()->GetInternalAllocator()->New<GenericEvent>(this); in Initialize()154 allocator->Delete(programCompletionEvent_); in Finalize()246 programCompletionEvent_->Happen(); in CheckProgramCompletion()522 programCompletionEvent_->SetNotHappened(); in WaitForNonMainCoroutinesCompletion()523 programCompletionEvent_->Lock(); in WaitForNonMainCoroutinesCompletion()526 GetCurrentWorker()->WaitForEvent(programCompletionEvent_); in WaitForNonMainCoroutinesCompletion()
165 CoroutineEvent *programCompletionEvent_ = nullptr; variable