Home
last modified time | relevance | path

Searched defs:CompletionEvent (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_events.h125 …explicit CompletionEvent(mem::Reference *promise) : CoroutineEvent(Type::COMPLETION), promise_(pro… in CompletionEvent() function
Dcoroutine.h25 class CompletionEvent; variable