Searched defs:kq (Results 1 – 8 of 8) sorted by relevance
78 int kq; member102 int i, kq; in kq_init() local
81 ScopedFD kq(HANDLE_EINTR(kqueue())); in WaitForChildToDie() local
104 base::ScopedFD kq(kqueue()); in WaitForSingleNonChildProcess() local
59 kq: RawFd, field66 let kq = syscall!(kqueue())?; in new() localVariable668 let kq = unsafe { libc::kqueue() }; in does_not_register_rw() localVariable
83 int kq; member123 int kq = -1; in kq_init() local
99 base::ScopedFD kq(kqueue()); in WaitForSingleNonChildProcess() local
382 int max, *fds, count, kq; member
576 bool kq = keys_quoted; in ToString() local