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

/haiku-fatelf/headers/posix/sys/
H A Dselect.h61 extern int pselect(int numBits, struct fd_set *readBits, struct fd_set *writeBits,
/haiku-fatelf/src/kits/network/libbind/isc/
H A Deventlib.c51 #define pselect Pselect macro
57 static int pselect(int, void *, void *, void *,
304 "time between pselect() %u.%09u count %d\n",
329 x = pselect(ctx->fdMax+1,
736 pselect(int nfds, void *rfds, void *wfds, void *efds, function
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_send.c143 static int pselect(int, void *, void *, void *,
895 n = pselect(s + 1, &dsmask, NULL, NULL, &timeout, NULL);
1095 pselect(int nfds, void *rfds, void *wfds, void *efds, function

Completed in 81 milliseconds