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