Home
last modified time | relevance | path

Searched defs:evt (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_concurrency_Launch.cpp132 … auto evt = Runtime::GetCurrent()->GetInternalAllocator()->New<CompletionEvent>(ref, coroManager); in Launch() local
174 … auto evt = Runtime::GetCurrent()->GetInternalAllocator()->New<CompletionEvent>(nullptr, coroMan); in EtsLaunchSameWorker() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp462 …auto evt = Runtime::GetCurrent()->GetInternalAllocator()->New<CompletionEvent>(promiseRef, coroMan… in EtsAsyncCall() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_entrypoints.cpp58 …auto evt = Runtime::GetCurrent()->GetInternalAllocator()->New<CompletionEvent>(promiseRef, coroMan… in Launch() local