FreeRTOS
_thread_local_end
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading (2/3)...
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
_thread_local_end
_thread_local_end
Syntax
Show:
Summary
Declaration
from
port.c:239
extern
int
_thread_local_start
,
_thread_local_end
;
Examples
References
from
examples
Code
Location
Referrer
extern
int
_thread_local_start
,
_thread_local_end
,
_flash_rodata_start
,
_flash_rodata_align
;
port.c:239
const
uint32_t
tls_area_size
=
ALIGNUP
(
16
,
(
uint32_t
)
&
_thread_local_end
-
(
uint32_t
)
&
_thread_local_start
)
;
port.c:240
uxInitialiseStackTLS()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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