Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c15406 INT n_ready_fds; in nx_bsd_poll() local
15492 n_ready_fds = nx_bsd_select(max_fd + 1, &read_fds, &write_fds, &except_fds, ptime); in nx_bsd_poll()
15495 if (n_ready_fds) in nx_bsd_poll()
15524 return(n_ready_fds); in nx_bsd_poll()