threadx
TX_BLOCK_POOL_STRUCT::tx_block_pool_suspended_count
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
TX_BLOCK_POOL_STRUCT::tx_block_pool_suspended_count
TX_BLOCK_POOL_STRUCT::tx_block_pool_suspended_count field
Syntax
Show:
Summary
Declaration
from
tx_api.h:575
UINT
tx_block_pool_suspended_count
;
Examples
References
from
examples
Code
Location
Referrer
UINT
tx_block_pool_suspended_count
;
tx_api.h:575
suspended_count
=
(
pool_ptr
->
tx_block_pool_suspended_count
)
;
tx_block_allocate.c:263
_tx_block_allocate()
(
pool_ptr
->
tx_block_pool_suspended_count
)
++
;
tx_block_allocate.c:266
_tx_block_allocate()
if
(
pool_ptr
->
tx_block_pool_suspended_count
!=
TX_NO_SUSPENSIONS
)
tx_block_pool_cleanup.c:116
_tx_block_pool_cleanup()
pool_ptr
->
tx_block_pool_suspended_count
--
;
tx_block_pool_cleanup.c:130
_tx_block_pool_cleanup()
suspended_count
=
pool_ptr
->
tx_block_pool_suspended_count
;
tx_block_pool_cleanup.c:133
_tx_block_pool_cleanup()
suspended_count
=
pool_ptr
->
tx_block_pool_suspended_count
;
tx_block_pool_delete.c:141
_tx_block_pool_delete()
pool_ptr
->
tx_block_pool_suspended_count
=
TX_NO_SUSPENSIONS
;
tx_block_pool_delete.c:142
_tx_block_pool_delete()
*
suspended_count
=
(
ULONG
)
pool_ptr
->
tx_block_pool_suspended_count
;
tx_block_pool_info_get.c:132
_tx_block_pool_info_get()
suspended_count
=
pool_ptr
->
tx_block_pool_suspended_count
;
tx_block_pool_prioritize.c:99
_tx_block_pool_prioritize()
if
(
suspended_count
!=
pool_ptr
->
tx_block_pool_suspended_count
)
tx_block_pool_prioritize.c:178
_tx_block_pool_prioritize()
suspended_count
=
pool_ptr
->
tx_block_pool_suspended_count
;
tx_block_pool_prioritize.c:198
_tx_block_pool_prioritize()
(
pool_ptr
->
tx_block_pool_suspended_count
)
--
;
tx_block_release.c:123
_tx_block_release()
suspended_count
=
(
pool_ptr
->
tx_block_pool_suspended_count
)
;
tx_block_release.c:126
_tx_block_release()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TX_BLOCK_POOL_STRUCT::tx_block_pool_suspended_count
is written by 2 functions and is read by 6 functions:
_tx_block_pool_cleanup()
_tx_block_pool_delete()
All items filtered out
TX_BLOCK_POOL_STRUCT::tx_block_pool_suspended_count
_tx_block_allocate()
_tx_block_pool_cleanup()
_tx_block_pool_delete()
_tx_block_pool_info_get()
_tx_block_pool_prioritize()
_tx_block_release()
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