Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dpipe.cpp78 Expected<size_t, Error> WaitForEvent(const UniqueFd *handles, size_t size, EventType type) in WaitForEvent() function
/arkcompiler/toolchain/tooling/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.h191 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent() function
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_worker.cpp48 bool StackfulCoroutineWorker::WaitForEvent(CoroutineEvent *awaitee) in WaitForEvent() function in panda::StackfulCoroutineWorker