ESP-IDF
::stqh_last
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
::stqh_last
::stqh_last field
Syntax
Show:
Summary
Declaration
from
os_mempool.c:42
STAILQ_HEAD
;
Examples
References
from
examples
Code
Location
Referrer
STAILQ_HEAD
(
,
os_mempool
)
g_os_mempool_list
=
STAILQ_HEAD_INITIALIZER
(
g_os_mempool_list
)
;
os_mempool.c:42
STAILQ_INSERT_TAIL
(
&
g_os_mempool_list
,
mp
,
mp_list
)
;
os_mempool.c:178
os_mempool_init_internal()
STAILQ_REMOVE_HEAD
(
&
g_os_mempool_list
,
mp_list
)
;
os_mempool.c:233
os_mempool_unregister()
g_os_mempool_list
.
stqh_last
=
&
STAILQ_NEXT
(
prev
,
mp_list
)
;
os_mempool.c:237
os_mempool_unregister()
STAILQ_INIT
(
&
g_os_mempool_list
)
;
os_mempool.c:486
os_mempool_module_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
::stqh_last
is written by 3 functions:
os_mempool_init_internal()
os_mempool_unregister()
os_mempool_module_init()
All items filtered out
::stqh_last
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