Searched refs:do_poll (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_sleep.c | 84 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 D | riostream.c | 158 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 D | rstream.c | 163 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 D | udpong.c | 182 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 D | common.c | 154 int do_poll(struct pollfd *fds, int timeout) in do_poll() function
|
H A D | common.h | 86 int do_poll(struct pollfd *fds, int timeout);
|