Lines Matching refs:thread_ptr
76 VOID _nx_udp_bind_cleanup(TX_THREAD *thread_ptr NX_CLEANUP_PARAMETER) in _nx_udp_bind_cleanup()
87 socket_ptr = (NX_UDP_SOCKET *)thread_ptr -> tx_thread_suspend_control_block; in _nx_udp_bind_cleanup()
93 if ((thread_ptr -> tx_thread_suspend_cleanup) && (socket_ptr) && in _nx_udp_bind_cleanup()
103 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _nx_udp_bind_cleanup()
112 if (thread_ptr == thread_ptr -> tx_thread_suspended_next) in _nx_udp_bind_cleanup()
126 … owning_socket_ptr -> nx_udp_socket_bind_suspension_list = thread_ptr -> tx_thread_suspended_next; in _nx_udp_bind_cleanup()
129 (thread_ptr -> tx_thread_suspended_next) -> tx_thread_suspended_previous = in _nx_udp_bind_cleanup()
130 thread_ptr -> tx_thread_suspended_previous; in _nx_udp_bind_cleanup()
131 (thread_ptr -> tx_thread_suspended_previous) -> tx_thread_suspended_next = in _nx_udp_bind_cleanup()
132 thread_ptr -> tx_thread_suspended_next; in _nx_udp_bind_cleanup()
140 if (thread_ptr -> tx_thread_state == TX_TCP_IP) in _nx_udp_bind_cleanup()
147 thread_ptr -> tx_thread_suspend_status = NX_PORT_UNAVAILABLE; in _nx_udp_bind_cleanup()
158 _tx_thread_system_resume(thread_ptr); in _nx_udp_bind_cleanup()