Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.h280 #define NX_BSD_FD_CLR FD_CLR macro
1055 VOID NX_BSD_FD_CLR(INT fd, nx_bsd_fd_set *fdset);
Dnxd_bsd.c8864 VOID NX_BSD_FD_CLR(INT fd, nx_bsd_fd_set *fdset) in NX_BSD_FD_CLR() function
10324NX_BSD_FD_CLR((INT)sock_id + NX_BSD_SOCKFD_START, &suspend_info -> nx_bsd_socket_suspend_read_fd_s… in nx_bsd_select_wakeup()
10331NX_BSD_FD_CLR((INT)sock_id + NX_BSD_SOCKFD_START, &suspend_info -> nx_bsd_socket_suspend_write_fd_… in nx_bsd_select_wakeup()
10338NX_BSD_FD_CLR((INT)sock_id + NX_BSD_SOCKFD_START, &suspend_info -> nx_bsd_socket_suspend_exception… in nx_bsd_select_wakeup()