Searched refs:nx_bsd_socket_busy (Results 1 – 2 of 2) sorted by relevance
1664 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 …]
960 TX_THREAD *nx_bsd_socket_busy; member