netxduo
_nx_tcp_cleanup_deferred()
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_cleanup_deferred()
_nx_tcp_cleanup_deferred() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_tcp.h:299
VOID
_nx_tcp_cleanup_deferred
(
TX_THREAD
*
thread_ptr
NX_CLEANUP_PARAMETER
)
;
Implemented in
nx_tcp_cleanup_deferred.c:77
Arguments
Argument
thread_ptr
suspension_sequence
Related Functions
Found 12 other functions taking a
TX_THREAD_STRUCT
argument:
Function
_nx_tcp_socket_thread_resume()
_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_cleanup_deferred
(
TX_THREAD
*
thread_ptr
NX_CLEANUP_PARAMETER
)
nx_tcp_cleanup_deferred.c:77
VOID
_nx_tcp_cleanup_deferred
(
TX_THREAD
*
thread_ptr
NX_CLEANUP_PARAMETER
)
;
nx_tcp.h:299
thread_ptr
->
tx_thread_suspend_cleanup
=
_nx_tcp_cleanup_deferred
;
nx_tcp_client_bind_cleanup.c:129
_nx_tcp_client_bind_cleanup()
thread_ptr
->
tx_thread_suspend_cleanup
=
_nx_tcp_cleanup_deferred
;
nx_tcp_connect_cleanup.c:132
_nx_tcp_connect_cleanup()
if
(
thread_ptr
->
tx_thread_suspend_cleanup
==
_nx_tcp_cleanup_deferred
)
nx_tcp_deferred_cleanup_check.c:109
_nx_tcp_deferred_cleanup_check()
if
(
thread_ptr
->
tx_thread_suspend_cleanup
==
_nx_tcp_cleanup_deferred
)
nx_tcp_deferred_cleanup_check.c:127
_nx_tcp_deferred_cleanup_check()
if
(
thread_ptr
->
tx_thread_suspend_cleanup
==
_nx_tcp_cleanup_deferred
)
nx_tcp_deferred_cleanup_check.c:141
_nx_tcp_deferred_cleanup_check()
if
(
thread_ptr
->
tx_thread_suspend_cleanup
==
_nx_tcp_cleanup_deferred
)
nx_tcp_deferred_cleanup_check.c:163
_nx_tcp_deferred_cleanup_check()
if
(
thread_ptr
->
tx_thread_suspend_cleanup
==
_nx_tcp_cleanup_deferred
)
nx_tcp_deferred_cleanup_check.c:189
_nx_tcp_deferred_cleanup_check()
thread_ptr
->
tx_thread_suspend_cleanup
=
_nx_tcp_cleanup_deferred
;
nx_tcp_disconnect_cleanup.c:129
_nx_tcp_disconnect_cleanup()
thread_ptr
->
tx_thread_suspend_cleanup
=
_nx_tcp_cleanup_deferred
;
nx_tcp_receive_cleanup.c:129
_nx_tcp_receive_cleanup()
thread_ptr
->
tx_thread_suspend_cleanup
=
_nx_tcp_cleanup_deferred
;
nx_tcp_transmit_cleanup.c:129
_nx_tcp_transmit_cleanup()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_nx_tcp_cleanup_deferred()
writes 6 variables:
All items filtered out
_nx_tcp_cleanup_deferred()
_nx_tcp_client_bind_cleanup()
_nx_tcp_connect_cleanup()
_nx_tcp_deferred_cleanup_check()
_nx_tcp_disconnect_cleanup()
_nx_tcp_receive_cleanup()
_nx_tcp_transmit_cleanup()
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
_nx_tcp_cleanup_deferred()
is implemented by 1 functions:
All items filtered out
_nx_tcp_cleanup_deferred()
TX_THREAD_STRUCT::tx_thread_suspend_cleanup
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out