Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Dschedule_io.rs42 pub(crate) struct ScheduleIO { struct
44 pub(crate) status: AtomicUsize,
47 waiters: Mutex<Waiters>,
79 impl Default for ScheduleIO { implementation
110 impl Entry for ScheduleIO { implementation
122 impl ScheduleIO { implementation
286 impl Drop for ScheduleIO { implementation
292 unsafe impl Send for ScheduleIO {} implementation
293 unsafe impl Sync for ScheduleIO {} implementation
310 pub(crate) fn new(schedule_io: &ScheduleIO, interest: Interest) -> Readiness<'_> { in new()
[all …]
Ddriver.rs351 fn allocate_schedule_io_pair(&self) -> io::Result<(Ref<ScheduleIO>, usize)> { in allocate_schedule_io_pair()
384 ) -> io::Result<Ref<ScheduleIO>> { in register_source()
429 ) -> io::Result<Ref<ScheduleIO>> { in register_source()