Searched defs:kq (Results 1 – 1 of 1) sorted by relevance
30 kq: RawFd, field39 let kq = syscall!(kqueue())?; in new() localVariable131 let kq = syscall!(fcntl(self.kq, libc::F_DUPFD_CLOEXEC, LOWEST_FD))?; in try_clone() localVariable