Lines Matching refs:thread_ptr
80 VOID _nx_tcp_client_bind_cleanup(TX_THREAD *thread_ptr NX_CLEANUP_PARAMETER) in _nx_tcp_client_bind_cleanup()
95 socket_ptr = (NX_TCP_SOCKET *)thread_ptr -> tx_thread_suspend_control_block; in _nx_tcp_client_bind_cleanup()
108 if (!(thread_ptr -> tx_thread_suspend_cleanup)) in _nx_tcp_client_bind_cleanup()
128 thread_ptr -> tx_thread_suspend_cleanup = _nx_tcp_cleanup_deferred; in _nx_tcp_client_bind_cleanup()
151 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _nx_tcp_client_bind_cleanup()
160 if (thread_ptr == thread_ptr -> tx_thread_suspended_next) in _nx_tcp_client_bind_cleanup()
174 … owning_socket_ptr -> nx_tcp_socket_bind_suspension_list = thread_ptr -> tx_thread_suspended_next; in _nx_tcp_client_bind_cleanup()
177 (thread_ptr -> tx_thread_suspended_next) -> tx_thread_suspended_previous = in _nx_tcp_client_bind_cleanup()
178 thread_ptr -> tx_thread_suspended_previous; in _nx_tcp_client_bind_cleanup()
179 (thread_ptr -> tx_thread_suspended_previous) -> tx_thread_suspended_next = in _nx_tcp_client_bind_cleanup()
180 thread_ptr -> tx_thread_suspended_next; in _nx_tcp_client_bind_cleanup()
188 if (thread_ptr -> tx_thread_state == TX_TCP_IP) in _nx_tcp_client_bind_cleanup()
195 thread_ptr -> tx_thread_suspend_status = NX_PORT_UNAVAILABLE; in _nx_tcp_client_bind_cleanup()
206 _tx_thread_system_resume(thread_ptr); in _nx_tcp_client_bind_cleanup()