netxduo
_nx_tcp_socket_thread_resume()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_tcp_socket_thread_resume()
_nx_tcp_socket_thread_resume() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_tcp.h:342
VOID
_nx_tcp_socket_thread_resume
(
TX_THREAD
*
*
suspension_list_head
,
UINT
status
)
;
Implemented in
nx_tcp_socket_thread_resume.c:87
Arguments
Argument
suspension_list_head
status
Related Functions
Found 12 other functions taking a
TX_THREAD_STRUCT
argument:
Function
_nx_tcp_cleanup_deferred()
_nx_tcp_socket_thread_suspend()
_nx_tcp_connect_cleanup()
_nx_tcp_receive_cleanup()
_nx_tcp_disconnect_cleanup()
_nx_tcp_transmit_cleanup()
_nx_ip_raw_packet_cleanup()
_nx_tcp_client_bind_cleanup()
_nx_udp_bind_cleanup()
_nx_icmp_cleanup()
_nx_udp_receive_cleanup()
_nx_packet_pool_cleanup()
Examples
References
from
examples
Code
Location
Referrer
VOID
_nx_tcp_socket_thread_resume
(
TX_THREAD
*
*
suspension_list_head
,
UINT
status
)
nx_tcp_socket_thread_resume.c:87
VOID
_nx_tcp_socket_thread_resume
(
TX_THREAD
*
*
suspension_list_head
,
UINT
status
)
;
nx_tcp.h:342
_nx_tcp_socket_thread_resume
(
&
(
new_socket_ptr
->
nx_tcp_socket_bind_suspension_list
)
,
NX_SUCCESS
)
;
nx_tcp_client_socket_unbind.c:257
_nx_tcp_client_socket_unbind()
_nx_tcp_socket_thread_resume
(
&
(
socket_ptr
->
nx_tcp_socket_disconnect_suspended_thread
)
,
NX_SUCCESS
)
;
nx_tcp_socket_state_closing.c:106
_nx_tcp_socket_state_closing()
_nx_tcp_socket_thread_resume
(
&
(
socket_ptr
->
nx_tcp_socket_receive_suspension_list
)
,
NX_SUCCESS
)
;
nx_tcp_socket_state_data_check.c:1145
_nx_tcp_socket_state_data_check()
_nx_tcp_socket_thread_resume
(
&
(
socket_ptr
->
nx_tcp_socket_disconnect_suspended_thread
)
,
NX_SUCCESS
)
;
nx_tcp_socket_state_fin_wait1.c:125
_nx_tcp_socket_state_fin_wait1()
_nx_tcp_socket_thread_resume
(
&
(
socket_ptr
->
nx_tcp_socket_disconnect_suspended_thread
)
,
NX_SUCCESS
)
;
nx_tcp_socket_state_fin_wait2.c:111
_nx_tcp_socket_state_fin_wait2()
_nx_tcp_socket_thread_resume
(
&
(
socket_ptr
->
nx_tcp_socket_disconnect_suspended_thread
)
,
NX_SUCCESS
)
;
nx_tcp_socket_state_last_ack.c:95
_nx_tcp_socket_state_last_ack()
_nx_tcp_socket_thread_resume
(
&
(
socket_ptr
->
nx_tcp_socket_connect_suspended_thread
)
,
NX_SUCCESS
)
;
nx_tcp_socket_state_syn_received.c:177
_nx_tcp_socket_state_syn_received()
_nx_tcp_socket_thread_resume
(
&
(
socket_ptr
->
nx_tcp_socket_connect_suspended_thread
)
,
NX_SUCCESS
)
;
nx_tcp_socket_state_syn_sent.c:214
_nx_tcp_socket_state_syn_sent()
_nx_tcp_socket_thread_resume
(
&
(
socket_ptr
->
nx_tcp_socket_transmit_suspension_list
)
,
NX_SUCCESS
)
;
nx_tcp_socket_state_transmit_check.c:146
_nx_tcp_socket_state_transmit_check()
Call Tree
from
examples
_nx_tcp_socket_thread_resume()
is called by 9 functions and calls 3 functions:
_nx_tcp_client_socket_unbind()
_nx_tcp_socket_state_closing()
_nx_tcp_socket_state_data_check()
_nx_tcp_socket_state_fin_wait1()
_nx_tcp_socket_state_fin_wait2()
_nx_tcp_socket_state_last_ack()
_nx_tcp_socket_state_syn_received()
_nx_tcp_socket_state_syn_sent()
_nx_tcp_socket_state_transmit_check()
All items filtered out
_nx_tcp_socket_thread_resume()
__disable_interrupts()
__restore_interrupt()
_tx_thread_system_resume()
All items filtered out
Data Use
from
examples
_nx_tcp_socket_thread_resume()
reads 3 variables and writes 5 variables:
TX_THREAD_STRUCT::tx_thread_suspended_next
TX_THREAD_STRUCT::tx_thread_suspended_previous
_tx_thread_preempt_disable
All items filtered out
_nx_tcp_socket_thread_resume()
TX_THREAD_STRUCT::tx_thread_suspend_cleanup
TX_THREAD_STRUCT::tx_thread_suspended_next
TX_THREAD_STRUCT::tx_thread_suspended_previous
TX_THREAD_STRUCT::tx_thread_suspend_status
_tx_thread_preempt_disable
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out