/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/ |
H A D | source_fd.rs | 30 selector.register(self.get_fd(), token, interests) in register() 34 selector.deregister(self.get_fd()) in deregister() 37 fn get_fd(&self) -> Fd { in get_fd() functions
|
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/udp/ |
H A D | udp_socket.rs | 763 selector.register(self.get_fd(), token, interests) in register() 767 selector.deregister(self.get_fd()) in deregister() 770 fn get_fd(&self) -> Fd { in get_fd() functions 782 selector.register(self.get_fd(), token, interests) in register() 786 selector.deregister(self.get_fd()) in deregister() 789 fn get_fd(&self) -> Fd { in get_fd() functions
|
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/ |
H A D | listener.rs | 182 selector.register(self.get_fd(), token, interests) in register() 186 selector.deregister(self.get_fd()) in deregister() 189 fn get_fd(&self) -> Fd { in get_fd() functions
|
H A D | stream.rs | 134 get_sock_linger(self.get_fd()) in linger() 155 set_sock_linger(self.get_fd(), linger) in set_linger() 286 selector.register(self.get_fd(), token, interests) in fmt() 290 selector.deregister(self.get_fd()) in fmt() 293 fn get_fd(&self) -> Fd { in fmt() functions
|
/commonlibrary/rust/ylong_runtime/ylong_io/src/ |
H A D | source.rs | 42 fn get_fd(&self) -> Fd; in get_fd() functions
|
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/ |
H A D | udp_socket.rs | 644 .register(selector, token, interests, self.get_fd()) in register() 651 fn get_fd(&self) -> Fd { in get_fd() functions 664 .register(selector, token, interests, self.get_fd()) in register() 671 fn get_fd(&self) -> Fd { in get_fd() functions
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/ |
H A D | pipe.rs | 80 fn get_fd(&self) -> ylong_io::Fd { in get_fd() functions 114 assert!(pipe.get_fd().as_raw_fd() >= 0); in ut_process_pipe_test()
|
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/ |
H A D | listener.rs | 159 fn get_fd(&self) -> Fd { in get_fd() functions
|
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/ |
H A D | datagram.rs | 276 fn get_fd(&self) -> Fd { in get_fd() functions
|
H A D | listener.rs | 179 fn get_fd(&self) -> Fd { in get_fd() functions
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/ |
H A D | listener.rs | 250 self.source.get_fd() in as_raw_fd()
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/ |
H A D | stream.rs | 382 self.source.get_fd() in fmt()
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/ |
H A D | async_source.rs | 48 syscall!(fchown(self.get_fd(), uid, gid))?; in fchown()
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/ |
H A D | udp.rs | 1431 self.source.get_fd() in as_raw_fd() 1438 self.source.get_fd() in as_raw_fd()
|