Home
last modified time | relevance | path

Searched refs:WaitForEvent (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/toolchain/tooling/test/utils/
H A Dtest_util.h60 WaitForEvent(DebugEvent::BREAKPOINT, predicate, onSuccess); in WaitForBreakpoint()
66 return WaitForEvent(DebugEvent::DROPFRAME, predicate, [] {}); in WaitForDropframe()
72 return WaitForEvent(DebugEvent::CHECK_COMPLETE, predicate, [] {}); in WaitForCheckComplete()
77 return WaitForEvent(DebugEvent::VM_DEATH, in WaitForExit()
91 WaitForEvent(DebugEvent::STEP_COMPLETE, predicate, onSuccess); in WaitForStepComplete()
97 return WaitForEvent(DebugEvent::EXCEPTION, predicate, [] {}); in WaitForException()
102 return WaitForEvent(DebugEvent::VM_START, in WaitForInit()
111 return WaitForEvent(DebugEvent::LOAD_MODULE, predicate, [] {}); in WaitForLoadModule()
198 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent() function
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dtest_util.h79 WaitForEvent(DebugEvent::BREAKPOINT, predicate, onSuccess); in WaitForBreakpoint()
85 return WaitForEvent( in WaitForExit()
91 return WaitForEvent( in WaitForInit()
193 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent() function
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dpipe.cpp44 Expected<size_t, Error> WaitForEvent(const UniqueFd *handles, size_t size, EventType type) in WaitForEvent() function
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dpipe.h40 PANDA_PUBLIC_API Expected<size_t, Error> WaitForEvent(const UniqueFd *handles, size_t size, EventType type);
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dpipe.cpp77 Expected<size_t, Error> WaitForEvent(const UniqueFd *handles, size_t size, EventType type) in WaitForEvent() function
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H A Dstackful_coroutine_worker.h98 bool WaitForEvent(CoroutineEvent *awaitee) RELEASE(awaitee);
H A Dstackful_coroutine_manager.cpp308 if (!GetCurrentWorker()->WaitForEvent(awaitee)) { in Await()
541 GetCurrentWorker()->WaitForEvent(programCompletionEvent_); in WaitForNonMainCoroutinesCompletion()
H A Dstackful_coroutine_worker.cpp52 bool StackfulCoroutineWorker::WaitForEvent(CoroutineEvent *awaitee) in WaitForEvent() function in ark::StackfulCoroutineWorker

Completed in 5 milliseconds