Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c1664 bsd_socket_ptr -> nx_bsd_socket_busy = tx_thread_identify(); in nx_bsd_connect()
1733 if (bsd_socket_ptr -> nx_bsd_socket_busy == tx_thread_identify()) in nx_bsd_connect()
1737 bsd_socket_ptr -> nx_bsd_socket_busy = TX_NULL; in nx_bsd_connect()
1760 if (bsd_socket_ptr -> nx_bsd_socket_busy == tx_thread_identify()) in nx_bsd_connect()
1764 bsd_socket_ptr -> nx_bsd_socket_busy = TX_NULL; in nx_bsd_connect()
2323 bsd_socket_ptr -> nx_bsd_socket_busy = tx_thread_identify(); in nx_bsd_bind()
2370 if (bsd_socket_ptr -> nx_bsd_socket_busy == tx_thread_identify()) in nx_bsd_bind()
2374 bsd_socket_ptr -> nx_bsd_socket_busy = TX_NULL; in nx_bsd_bind()
2892 bsd_socket_ptr -> nx_bsd_socket_busy = tx_thread_identify(); in nx_bsd_accept()
2928 if (bsd_socket_ptr -> nx_bsd_socket_busy == tx_thread_identify()) in nx_bsd_accept()
[all …]
Dnxd_bsd.h960 TX_THREAD *nx_bsd_socket_busy; member