Searched refs:nx_bsd_select (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.3.0/addons/BSD/ |
D | nxd_bsd.h | 259 #define nx_bsd_select select macro 969 INT nx_bsd_select(INT nfds, nx_bsd_fd_set *readfds, nx_bsd_fd_set *writefds, nx_bsd_fd_set *except…
|
D | nxd_bsd.c | 7581 INT nx_bsd_select(INT nfds, nx_bsd_fd_set *readfds, nx_bsd_fd_set *writefds, nx_bsd_fd_set *except… in nx_bsd_select() function 15042 n_ready_fds = nx_bsd_select(max_fd + 1, &read_fds, &write_fds, &except_fds, ptime); in nx_bsd_poll()
|