Home | History | Annotate | Download | only in fd_interposing

Lines Matching refs:kqueue

806 // kqueue() interpose function
809 kqueue$__interposed__ (void)
815 const int fd = ::kqueue ();
817 StringSP description_sp(new String ("pid=%i: kqueue () -> fd=%i", pid, fd));
826 return ::kqueue ();
1137 DYLD_INTERPOSE(kqueue$__interposed__, kqueue);