Lines Matching refs:thread_ptr

199 TX_THREAD     *thread_ptr;  in _nx_udp_socket_bind()  local
346 thread_ptr = _tx_thread_current_ptr; in _nx_udp_socket_bind() local
349 thread_ptr -> tx_thread_suspend_cleanup = _nx_udp_bind_cleanup; in _nx_udp_socket_bind()
353 thread_ptr -> tx_thread_suspend_control_block = (void *)socket_ptr; in _nx_udp_socket_bind()
360 socket_ptr -> nx_udp_socket_bind_in_progress = thread_ptr; in _nx_udp_socket_bind()
367thread_ptr -> tx_thread_suspended_next = search_ptr -> nx_udp_socket_bind_suspension_list; in _nx_udp_socket_bind()
368thread_ptr -> tx_thread_suspended_previous = (search_ptr -> nx_udp_socket_bind_suspension_list) -… in _nx_udp_socket_bind()
369 …t_bind_suspension_list) -> tx_thread_suspended_previous) -> tx_thread_suspended_next = thread_ptr; in _nx_udp_socket_bind()
370 … (search_ptr -> nx_udp_socket_bind_suspension_list) -> tx_thread_suspended_previous = thread_ptr; in _nx_udp_socket_bind()
377 search_ptr -> nx_udp_socket_bind_suspension_list = thread_ptr; in _nx_udp_socket_bind()
378 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _nx_udp_socket_bind()
379 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _nx_udp_socket_bind()
386 thread_ptr -> tx_thread_state = TX_TCP_IP; in _nx_udp_socket_bind()
389 thread_ptr -> tx_thread_suspending = TX_TRUE; in _nx_udp_socket_bind()
395 thread_ptr -> tx_thread_timer.tx_timer_internal_remaining_ticks = wait_option; in _nx_udp_socket_bind()
404 _tx_thread_system_suspend(thread_ptr); in _nx_udp_socket_bind()
407 status = thread_ptr -> tx_thread_suspend_status; in _nx_udp_socket_bind()