Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_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/contrib/ofed/librdmacm/examples/
H A Driostream.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()
H A Drstream.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()
H A Dudpong.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()
H A Dcommon.c154 int do_poll(struct pollfd *fds, int timeout) in do_poll() function
H A Dcommon.h86 int do_poll(struct pollfd *fds, int timeout);