Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/addons/BSD/
Dnxd_bsd.c14951 nx_bsd_fd_set read_fds; in nx_bsd_poll() local
14974 NX_BSD_FD_ZERO(&read_fds); in nx_bsd_poll()
14991 NX_BSD_FD_SET(poll_fd -> fd, &read_fds); in nx_bsd_poll()
15042 n_ready_fds = nx_bsd_select(max_fd + 1, &read_fds, &write_fds, &except_fds, ptime); in nx_bsd_poll()
15064 if (NX_BSD_FD_ISSET(poll_fd -> fd, &read_fds)) in nx_bsd_poll()