Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/addons/BSD/
Dnxd_bsd.c1631 bsd_socket_ptr -> nx_bsd_socket_busy = tx_thread_identify(); in nx_bsd_connect()
1700 if (bsd_socket_ptr -> nx_bsd_socket_busy == tx_thread_identify()) in nx_bsd_connect()
1704 bsd_socket_ptr -> nx_bsd_socket_busy = TX_NULL; in nx_bsd_connect()
1727 if (bsd_socket_ptr -> nx_bsd_socket_busy == tx_thread_identify()) in nx_bsd_connect()
1731 bsd_socket_ptr -> nx_bsd_socket_busy = TX_NULL; in nx_bsd_connect()
2290 bsd_socket_ptr -> nx_bsd_socket_busy = tx_thread_identify(); in nx_bsd_bind()
2337 if (bsd_socket_ptr -> nx_bsd_socket_busy == tx_thread_identify()) in nx_bsd_bind()
2341 bsd_socket_ptr -> nx_bsd_socket_busy = TX_NULL; in nx_bsd_bind()
2859 bsd_socket_ptr -> nx_bsd_socket_busy = tx_thread_identify(); in nx_bsd_accept()
2895 if (bsd_socket_ptr -> nx_bsd_socket_busy == tx_thread_identify()) in nx_bsd_accept()
[all …]
Dnxd_bsd.h895 TX_THREAD *nx_bsd_socket_busy; member