Searched defs:kq (Results 1 – 4 of 4) sorted by relevance
83 int kq; member123 int kq = -1; in kq_init() local
71 kq: RawFd, field679 let kq = unsafe { libc::kqueue() }; in does_not_register_rw() localVariable
99 base::ScopedFD kq(kqueue()); in WaitForSingleNonChildProcess() local
350 int max, *fds, count, kq; member