threadx
_tx_byte_pool_delete()
is only used within threadx.
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
threadx
_tx_byte_pool_delete()
_tx_byte_pool_delete() function
Syntax
Show:
Summary
Declaration
Definition
from
tx_api.h:1418
UINT
_tx_byte_pool_delete
(
TX_BYTE_POOL
*
pool_ptr
)
;
Implemented in
tx_byte_pool_delete.c:81
Arguments
Argument
pool_ptr
Related Functions
Found 11 other functions taking a
TX_BYTE_POOL_STRUCT
argument:
Function
_txe_byte_allocate()
_txe_byte_pool_create()
_tx_byte_allocate()
_tx_byte_pool_create()
_tx_byte_pool_search()
_tx_byte_pool_prioritize()
_txe_byte_pool_delete()
_txe_byte_pool_info_get()
_tx_byte_pool_info_get()
_tx_byte_pool_performance_info_get()
_txe_byte_pool_prioritize()
Examples
References
from
examples
Code
Location
Referrer
UINT
_tx_byte_pool_delete
(
TX_BYTE_POOL
*
pool_ptr
)
tx_byte_pool_delete.c:81
UINT
_tx_byte_pool_delete
(
TX_BYTE_POOL
*
pool_ptr
)
;
tx_api.h:1418
status
=
_tx_byte_pool_delete
(
pool_ptr
)
;
txe_byte_pool_delete.c:136
_txe_byte_pool_delete()
_tx_byte_pool_delete
(
byte_pool_ptr
)
;
txm_module_manager_stop.c:515
_txm_module_manager_stop()
Call Tree
from
examples
_tx_byte_pool_delete()
is called by 2 functions and calls 5 functions:
_txe_byte_pool_delete()
_txm_module_manager_stop()
All items filtered out
_tx_byte_pool_delete()
__disable_interrupts()
__restore_interrupt()
_tx_thread_system_preempt_check()
_tx_thread_system_resume()
__restore_interrupts()
All items filtered out
Data Use
from
examples
_tx_byte_pool_delete()
reads 8 variables and writes 10 variables:
TX_THREAD_STRUCT::tx_thread_suspended_next
TX_BYTE_POOL_STRUCT::tx_byte_pool_suspension_list
TX_BYTE_POOL_STRUCT::tx_byte_pool_suspended_count
TX_BYTE_POOL_STRUCT::tx_byte_pool_created_next
TX_BYTE_POOL_STRUCT::tx_byte_pool_created_previous
_tx_thread_preempt_disable
_tx_byte_pool_created_ptr
_tx_byte_pool_created_count
All items filtered out
_tx_byte_pool_delete()
TX_THREAD_STRUCT::tx_thread_suspend_cleanup
TX_THREAD_STRUCT::tx_thread_suspend_status
TX_BYTE_POOL_STRUCT::tx_byte_pool_id
TX_BYTE_POOL_STRUCT::tx_byte_pool_suspension_list
TX_BYTE_POOL_STRUCT::tx_byte_pool_suspended_count
TX_BYTE_POOL_STRUCT::tx_byte_pool_created_next
TX_BYTE_POOL_STRUCT::tx_byte_pool_created_previous
_tx_thread_preempt_disable
_tx_byte_pool_created_ptr
_tx_byte_pool_created_count
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