Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c153 static VOID nx_bsd_select_wakeup(UINT sock_id, UINT fdsets);
612nx_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()
8630nx_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/
Drevision_history.txt5059nx_bsd_select_wakeup - Cleared fd_sets in suspend info if they were not met.