Home
last modified time | relevance | path

Searched refs:programCompletionEvent_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_manager.cpp146programCompletionEvent_ = 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()
Dstackful_coroutine_manager.h165 CoroutineEvent *programCompletionEvent_ = nullptr; variable