Home
last modified time | relevance | path

Searched defs:Fd (Results 1 – 14 of 14) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/
Dsource.rs20 pub type Fd = i32; typedef
24 pub type Fd = std::os::windows::io::RawSocket; typedef
42 fn get_fd(&self) -> Fd; in get_fd()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
Dsource_fd.rs37 fn get_fd(&self) -> Fd { in get_fd()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
Dlistener.rs189 fn get_fd(&self) -> Fd { in get_fd()
Dsocket.rs119 pub(crate) fn set_sock_linger(fd: Fd, duration: Option<Duration>) -> io::Result<()> { in set_sock_linger()
Dstream.rs293 fn get_fd(&self) -> Fd { in get_fd()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
Dlistener.rs179 fn get_fd(&self) -> Fd { in get_fd()
Ddatagram.rs276 fn get_fd(&self) -> Fd { in get_fd()
Dstream.rs234 fn get_fd(&self) -> Fd { in get_fd()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/
Dpipe.rs80 fn get_fd(&self) -> ylong_io::Fd { in get_fd()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
Dlistener.rs159 fn get_fd(&self) -> Fd { in get_fd()
Dstream.rs334 fn get_fd(&self) -> Fd { in get_fd()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/udp/
Dudp_socket.rs770 fn get_fd(&self) -> Fd { in get_fd()
789 fn get_fd(&self) -> Fd { in get_fd()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
Dudp_socket.rs651 fn get_fd(&self) -> Fd { in get_fd()
671 fn get_fd(&self) -> Fd { in get_fd()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
Dsys.rs166 fn get_fd(&self) -> ylong_io::Fd { in get_fd()