netxduo
_nx_packet_pool_cleanup()
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_packet_pool_cleanup()
_nx_packet_pool_cleanup() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_packet.h:115
VOID
_nx_packet_pool_cleanup
(
TX_THREAD
*
thread_ptr
NX_CLEANUP_PARAMETER
)
;
Implemented in
nx_packet_pool_cleanup.c:76
Arguments
Argument
thread_ptr
suspension_sequence
Related Functions
Found 12 other functions taking a
TX_THREAD_STRUCT
argument:
Function
_nx_tcp_cleanup_deferred()
_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()
Examples
References
from
examples
Code
Location
Referrer
VOID
_nx_packet_pool_cleanup
(
TX_THREAD
*
thread_ptr
NX_CLEANUP_PARAMETER
)
nx_packet_pool_cleanup.c:76
VOID
_nx_packet_pool_cleanup
(
TX_THREAD
*
thread_ptr
NX_CLEANUP_PARAMETER
)
;
nx_packet.h:115
thread_ptr
->
tx_thread_suspend_cleanup
=
_nx_packet_pool_cleanup
;
nx_packet_allocate.c:195
_nx_packet_allocate()
Call Tree
from
examples
_nx_packet_pool_cleanup()
calls 3 functions:
All items filtered out
_nx_packet_pool_cleanup()
__disable_interrupts()
__restore_interrupt()
_tx_thread_system_resume()
All items filtered out
Data Use
from
examples
_nx_packet_pool_cleanup()
reads 9 variables and writes 8 variables:
TX_THREAD_STRUCT::tx_thread_state
TX_THREAD_STRUCT::tx_thread_suspend_cleanup
TX_THREAD_STRUCT::tx_thread_suspend_control_block
TX_THREAD_STRUCT::tx_thread_suspended_next
TX_THREAD_STRUCT::tx_thread_suspended_previous
NX_PACKET_POOL_STRUCT::nx_packet_pool_suspension_list
NX_PACKET_POOL_STRUCT::nx_packet_pool_suspended_count
NX_PACKET_POOL_STRUCT::nx_packet_pool_id
_tx_thread_preempt_disable
All items filtered out
_nx_packet_pool_cleanup()
_nx_packet_allocate()
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
NX_PACKET_POOL_STRUCT::nx_packet_pool_suspension_list
NX_PACKET_POOL_STRUCT::nx_packet_pool_suspended_count
_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
_nx_packet_pool_cleanup()
is implemented by 1 functions:
All items filtered out
_nx_packet_pool_cleanup()
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