FreeRTOS
os_pool_cb::markers
is only used within FreeRTOS.
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
FreeRTOS
os_pool_cb::markers
os_pool_cb::markers field
Syntax
Show:
Summary
Declaration
from
cmsis_os.c:870
uint8_t
*
markers
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
*
markers
;
cmsis_os.c:870
thePool
->
markers
=
pvPortMalloc
(
pool_def
->
pool_sz
)
;
cmsis_os.c:900
osPoolCreate()
if
(
thePool
->
markers
)
{
cmsis_os.c:902
osPoolCreate()
thePool
->
markers
[
i
]
=
0
;
cmsis_os.c:908
osPoolCreate()
vPortFree
(
thePool
->
markers
)
;
cmsis_os.c:912
osPoolCreate()
if
(
pool_id
->
markers
[
index
]
==
0
)
{
cmsis_os.c:953
osPoolAlloc()
pool_id
->
markers
[
index
]
=
1
;
cmsis_os.c:954
osPoolAlloc()
pool_id
->
markers
[
index
]
=
0
;
cmsis_os.c:1021
osPoolFree()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
os_pool_cb::markers
is written by 1 function and is read by 3 functions:
osPoolCreate()
All items filtered out
os_pool_cb::markers
osPoolCreate()
osPoolAlloc()
osPoolFree()
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