Home
last modified time | relevance | path

Searched defs:WaitForEvent (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dpipe.cpp44 Expected<size_t, Error> WaitForEvent(const UniqueFd *handles, size_t size, EventType type) in WaitForEvent() function
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dpipe.cpp77 Expected<size_t, Error> WaitForEvent(const UniqueFd *handles, size_t size, EventType type) in WaitForEvent() function
/arkcompiler/toolchain/tooling/dynamic/test/utils/
Dtest_util.h198 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent() function
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_util.h193 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent() function
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_worker.cpp84 void StackfulCoroutineWorker::WaitForEvent(CoroutineEvent *awaitee) in WaitForEvent() function in ark::StackfulCoroutineWorker