Home
last modified time | relevance | path

Searched defs:Waiter (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Dwaiter.rs41 pub struct Waiter { struct
45 impl Waiter { argument
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Dschedule_io.rs62 pub(crate) struct Waiter { struct
69 node: Node<Waiter>, argument
88 impl Default for Waiter { implementation
100 unsafe impl Link for Waiter { implementation
328 waiter: &UnsafeCell<Waiter>, in poll_init()
377 waiter: &UnsafeCell<Waiter>, in set_waker()
401 waiter: &UnsafeCell<Waiter>, in poll_state()