ESP-IDF
find_paniced_task_index()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
find_paniced_task_index()
find_paniced_task_index() function
Get the index of the task running on the current CPU, and save the result
Syntax
Show:
Summary
Declaration
Definition
from
gdbstub.c:29
static
void
find_paniced_task_index
(
void
)
;
Implemented in
gdbstub.c:934
Examples
References
from
examples
Code
Location
Referrer
static
void
find_paniced_task_index
(
void
)
gdbstub.c:934
static
void
find_paniced_task_index
(
void
)
;
gdbstub.c:29
find_paniced_task_index
(
)
;
gdbstub.c:68
esp_gdbstub_panic_handler()
Call Tree
from
examples
find_paniced_task_index()
is called by 1 function and calls 3 functions:
esp_gdbstub_panic_handler()
All items filtered out
find_paniced_task_index()
xPortGetCoreID()
xTaskGetCurrentTaskHandleForCore()
get_task_handle()
All items filtered out
Data Use
from
examples
find_paniced_task_index()
reads 2 variables and writes 1 variable:
esp_gdbstub_scratch_t::task_count
s_scratch
All items filtered out
find_paniced_task_index()
esp_gdbstub_scratch_t::paniced_task_index
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