Home
last modified time | relevance | path

Searched refs:poll_seek (Results 1 - 5 of 5) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dasync_seek.rs38 fn poll_seek( in poll_seek() functions
49 fn poll_seek( in poll_seek() functions
54 self.get_mut().as_mut().poll_seek(cx, pos) in poll_seek()
59 fn poll_seek( in poll_seek() functions
64 Pin::new(&mut **self).poll_seek(cx, pos) in poll_seek()
69 fn poll_seek( in poll_seek() functions
74 Pin::new(&mut **self).poll_seek(cx, pos) in poll_seek()
H A Dseek_task.rs47 let ret = Pin::new(&mut self.seek).poll_seek(cx, pos);
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/
H A Dasync_buf_reader.rs221 fn poll_seek( in poll_seek() functions
232 .poll_seek(cx, SeekFrom::Current(offset)))? in poll_seek()
239 .poll_seek(cx, SeekFrom::Current(-remainder)))?; in poll_seek()
245 let res = unsafe { poll_ready!(Pin::new_unchecked(&mut this.inner).poll_seek(cx, pos))? }; in poll_seek()
H A Dasync_buf_writer.rs296 fn poll_seek( in poll_seek() functions
303 unsafe { Pin::new_unchecked(&mut this.inner).poll_seek(cx, pos) } in poll_seek()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
H A Dasync_file.rs473 fn poll_seek( in poll_seek() functions

Completed in 4 milliseconds