Searched refs:pselect (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/lib/libc/hidden/sys/
H A Dselect.h25 PROTO_CANCEL(pselect); variable
/openbsd-current/lib/libc/sys/
H A Dw_pselect.c23 pselect(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, function
36 ret = HIDDEN(pselect)(nfds, readfds, writefds, exceptfds, timeout,
42 DEF_CANCEL(pselect); variable
H A DMakefile.inc36 poll ppoll pread preadv pselect pwrite pwritev \
/openbsd-current/sys/sys/
H A Dselect.h130 int pselect(int, fd_set * __restrict, fd_set * __restrict,
/openbsd-current/regress/lib/libpthread/cancel2/
H A Dcancel2.c42 result = pselect(read_fd + 1, &read_fds, NULL, NULL, NULL, NULL);
43 printf("pselect returned %d\n", result);
94 printf("trying pselect\n");
/openbsd-current/usr.sbin/sasyncd/
H A Dsasyncd.c108 n = pselect(maxfd, rfds, wfds, NULL, timeout, NULL);
/openbsd-current/regress/lib/libc/sys/
H A Dt_select.c124 if (pselect(1, &rset, NULL, NULL, ts, &set) == -1) {
136 atf_tc_fail("pselect() masks don't match "
146 atf_tc_set_md_var(tc, "descr", "Checks pselect's temporary mask "
174 atf_tc_fail("pselect() did not receive signal");
186 atf_tc_set_md_var(tc, "descr", "Checks pselect's temporary mask "
212 atf_tc_fail("pselect() did not receive signal");
/openbsd-current/sbin/isakmpd/
H A Disakmpd.c508 n = pselect(n, rfds, wfds, NULL, timeout, NULL);
/openbsd-current/usr.sbin/nsd/
H A DMakefile.in256 pselect.o: $(srcdir)/compat/pselect.c
257 $(COMPILE) -c $(srcdir)/compat/pselect.c
574 pselect.o: $(srcdir)/compat/pselect.c config.h
/openbsd-current/gnu/usr.bin/perl/
H A Dsyscall_emulator.c720 ret = pselect(nd, in, ou, ex, ts, mask);

Completed in 232 milliseconds