Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Dschedule_io.rs47 waiters: Mutex<Waiters>, field
139 let mut waiters = self.waiters.lock().unwrap(); in poll_readiness() localVariable
253 let mut waiters = self.waiters.lock().unwrap(); in wake0() localVariable
343 let mut waiters = schedule_io.waiters.lock().unwrap(); in poll_init() localVariable
381 let waiters = schedule_io.waiters.lock().unwrap(); in set_waker() localVariable
450 let mut waiters = self.schedule_io.waiters.lock().unwrap(); in drop() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/
Darray.rs45 waiters: WakerList, field