Searched refs:WaitForEvent (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/toolchain/tooling/test/utils/ |
H A D | test_util.h | 60 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 D | test_util.h | 79 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 D | pipe.cpp | 44 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 D | pipe.h | 40 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 D | pipe.cpp | 77 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 D | stackful_coroutine_worker.h | 98 bool WaitForEvent(CoroutineEvent *awaitee) RELEASE(awaitee);
|
H A D | stackful_coroutine_manager.cpp | 308 if (!GetCurrentWorker()->WaitForEvent(awaitee)) { in Await() 541 GetCurrentWorker()->WaitForEvent(programCompletionEvent_); in WaitForNonMainCoroutinesCompletion()
|
H A D | stackful_coroutine_worker.cpp | 52 bool StackfulCoroutineWorker::WaitForEvent(CoroutineEvent *awaitee) in WaitForEvent() function in ark::StackfulCoroutineWorker
|
Completed in 5 milliseconds