Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H A Dkqueue.rs129 const LOWEST_FD: c_int = 3; in try_clone() consts
131 let kq = syscall!(fcntl(self.kq, libc::F_DUPFD_CLOEXEC, LOWEST_FD))?; in try_clone()

Completed in 2 milliseconds