Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Ddriver.rs351 fn allocate_schedule_io_pair(&self) -> io::Result<(Ref<ScheduleIO>, usize)> { in allocate_schedule_io_pair() method
387 let (schedule_io, token) = self.allocate_schedule_io_pair()?; in register_source()
432 let (schedule_io, token) = self.allocate_schedule_io_pair()?; in register_source()