Home
last modified time | relevance | path

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

/freebsd/lib/libc/sys/
H A Dpselect.c36 #pragma weak pselect macro
38 pselect(int n, fd_set *rs, fd_set *ws, fd_set *es, const struct timespec *t, in pselect() function
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-pselect.c128 pselect(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, in pselect() function
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp1282 INTERCEPTOR(int, pselect, int nfds, fd_set *readfds, fd_set *writefds, argument