FreeRTOS
xSTATIC_TCB::pvDummy15
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/3)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
xSTATIC_TCB::pvDummy15
xSTATIC_TCB::pvDummy15 field
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:1311
void
*
pvDummy15
[
configNUM_THREAD_LOCAL_STORAGE_POINTERS
]
;
Examples
References
from
examples
Code
Location
Referrer
void
*
pvDummy15
[
configNUM_THREAD_LOCAL_STORAGE_POINTERS
]
;
FreeRTOS.h:1311
TlsDeleteCallbackFunction_t
*
pvThreadLocalStoragePointersDelCallback
=
(
TlsDeleteCallbackFunction_t
*
)
(
&
(
tcb
->
pvDummy15
[
(
configNUM_THREAD_LOCAL_STORAGE_POINTERS
/
2
)
]
)
)
;
port.c:601
vPortTLSPointersDelCb()
pvThreadLocalStoragePointersDelCallback
[
x
]
(
x
,
tcb
->
pvDummy15
[
x
]
)
;
//Call del cb
port.c:615
vPortTLSPointersDelCb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
xSTATIC_TCB::pvDummy15
is read by 1 function:
All items filtered out
xSTATIC_TCB::pvDummy15
vPortTLSPointersDelCb()
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