Searched defs:WaitForEvent (Results 1 - 5 of 5) sorted by relevance
/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/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.cpp | 52 bool StackfulCoroutineWorker::WaitForEvent(CoroutineEvent *awaitee) in WaitForEvent() function in ark::StackfulCoroutineWorker
|
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
H A D | test_util.h | 193 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent() function
|
/arkcompiler/toolchain/tooling/test/utils/ |
H A D | test_util.h | 198 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent() function
|
Completed in 5 milliseconds