Home
last modified time | relevance | path

Searched refs:do_poll (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/netbsd-tests/lib/libc/gen/
HDt_sleep.c84 int do_poll(struct timespec *, struct timespec *);
125 do_poll(struct timespec *delay, struct timespec *remain) in do_poll() function
232 sleeptest(do_poll, true, true); in ATF_TC_BODY()
/freebsd-14-stable/contrib/ofed/librdmacm/examples/
HDriostream.c158 ret = do_poll(&fds, poll_timeout); in send_msg()
187 ret = do_poll(&fds, poll_timeout); in send_xfer()
216 ret = do_poll(&fds, poll_timeout); in recv_msg()
418 ret = do_poll(&fds, poll_timeout); in server_connect()
472 ret = do_poll(&fds, poll_timeout); in client_connect()
HDrstream.c163 ret = do_poll(&fds, poll_timeout); in send_xfer()
192 ret = do_poll(&fds, poll_timeout); in recv_xfer()
382 ret = do_poll(&fds, poll_timeout); in server_connect()
471 ret = do_poll(&fds, poll_timeout); in client_connect()
HDudpong.c182 ret = do_poll(&fds, poll_timeout); in svr_send()
209 ret = do_poll(&fds, poll_timeout); in svr_recv()
321 ret = do_poll(&fds, poll_timeout); in client_send()
HDcommon.c154 int do_poll(struct pollfd *fds, int timeout) in do_poll() function
HDcommon.h86 int do_poll(struct pollfd *fds, int timeout);