Searched refs:nx_bsd_select_wakeup (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/addons/BSD/ |
| D | nxd_bsd.c | 153 static VOID nx_bsd_select_wakeup(UINT sock_id, UINT fdsets); 612 … nx_bsd_select_wakeup((UINT)master_socket_index, (FDSET_READ | FDSET_WRITE | FDSET_EXCEPTION)); in nx_bsd_timeout_process() 629 nx_bsd_select_wakeup((UINT)i, FDSET_READ | FDSET_WRITE | FDSET_EXCEPTION); in nx_bsd_timeout_process() 8378 nx_bsd_select_wakeup(bsd_socket_index, FDSET_READ); in nx_bsd_tcp_receive_notify() 8495 nx_bsd_select_wakeup(master_socket_index, FDSET_READ); in nx_bsd_tcp_establish_notify() 8500 nx_bsd_select_wakeup(bsd_socket_index, FDSET_WRITE); in nx_bsd_tcp_establish_notify() 8630 … nx_bsd_select_wakeup(master_socket_index, (FDSET_READ | FDSET_WRITE | FDSET_EXCEPTION)); in nx_bsd_tcp_socket_disconnect_notify() 8643 nx_bsd_select_wakeup(bsd_socket_index, (FDSET_READ | FDSET_WRITE | FDSET_EXCEPTION)); in nx_bsd_tcp_socket_disconnect_notify() 8650 nx_bsd_select_wakeup(bsd_socket_index, (FDSET_READ | FDSET_WRITE | FDSET_EXCEPTION)); in nx_bsd_tcp_socket_disconnect_notify() 9248 nx_bsd_select_wakeup(bsd_socket_index, FDSET_READ); in nx_bsd_raw_receive_notify() [all …]
|
| /NetX-Duo-v6.2.1/docs/ |
| D | revision_history.txt | 5059 … nx_bsd_select_wakeup - Cleared fd_sets in suspend info if they were not met.
|