Lines Matching refs:thread_ptr

174 TX_THREAD     *thread_ptr;  in _nx_udp_socket_unbind()  local
308 thread_ptr = socket_ptr -> nx_udp_socket_receive_suspension_list; in _nx_udp_socket_unbind()
323 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _nx_udp_socket_unbind()
332 thread_ptr -> tx_thread_suspend_status = NX_SOCKET_UNBOUND; in _nx_udp_socket_unbind()
335 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _nx_udp_socket_unbind()
338 _tx_thread_system_resume(thread_ptr -> tx_thread_suspended_previous); in _nx_udp_socket_unbind()
350 thread_ptr = socket_ptr -> nx_udp_socket_bind_suspension_list; in _nx_udp_socket_unbind() local
351 if (thread_ptr) in _nx_udp_socket_unbind()
357 if (thread_ptr == thread_ptr -> tx_thread_suspended_next) in _nx_udp_socket_unbind()
371 … socket_ptr -> nx_udp_socket_bind_suspension_list = thread_ptr -> tx_thread_suspended_next; in _nx_udp_socket_unbind()
374 (thread_ptr -> tx_thread_suspended_next) -> tx_thread_suspended_previous = in _nx_udp_socket_unbind()
375 thread_ptr -> tx_thread_suspended_previous; in _nx_udp_socket_unbind()
376 (thread_ptr -> tx_thread_suspended_previous) -> tx_thread_suspended_next = in _nx_udp_socket_unbind()
377 thread_ptr -> tx_thread_suspended_next; in _nx_udp_socket_unbind()
384 new_socket_ptr = (NX_UDP_SOCKET *)thread_ptr -> tx_thread_suspend_control_block; in _nx_udp_socket_unbind()
421 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _nx_udp_socket_unbind()
430 thread_ptr -> tx_thread_suspend_status = NX_SUCCESS; in _nx_udp_socket_unbind()
436 _tx_thread_system_resume(thread_ptr); in _nx_udp_socket_unbind()