Searched refs:programCompletionEvent_ (Results 1 – 2 of 2) sorted by relevance
127 programCompletionEvent_ = Runtime::GetCurrent()->GetInternalAllocator()->New<GenericEvent>(); in Initialize()135 allocator->Delete(programCompletionEvent_); in Finalize()212 programCompletionEvent_->SetHappened(); in CheckProgramCompletion()213 UnblockWaiters(programCompletionEvent_); in CheckProgramCompletion()417 programCompletionEvent_->SetNotHappened(); in MainCoroutineCompleted()418 programCompletionEvent_->Lock(); in MainCoroutineCompleted()421 GetCurrentWorker()->WaitForEvent(programCompletionEvent_); in MainCoroutineCompleted()
150 CoroutineEvent *programCompletionEvent_ = nullptr; variable