Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H A Dkqueue.rs30 kq: RawFd, field
39 let kq = syscall!(kqueue())?; in new() localVariable
131 let kq = syscall!(fcntl(self.kq, libc::F_DUPFD_CLOEXEC, LOWEST_FD))?; in try_clone() localVariable