Home
last modified time | relevance | path

Searched refs:poll_return_if_err (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dtry_join3.rs18 macro_rules! poll_return_if_err { macro
46 poll_return_if_err!(fut1, is_pending, cx); in try_join3()
49 poll_return_if_err!(fut2, is_pending, cx); in try_join3()
52 poll_return_if_err!(fut3, is_pending, cx); in try_join3()