ESP-IDF
get_task_handle()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
get_task_handle()
get_task_handle() function
Syntax
Show:
Summary
Declaration
from
gdbstub.c:901
static
bool
get_task_handle
(
size_t
index
,
TaskHandle_t
*
handle
)
;
Arguments
Argument
index
handle
Examples
References
from
examples
Code
Location
Referrer
static
bool
get_task_handle
(
size_t
index
,
TaskHandle_t
*
handle
)
gdbstub.c:901
get_task_handle
(
index
,
&
handle
)
;
gdbstub.c:914
get_task_state()
if
(
!
get_task_handle
(
index
,
&
handle
)
)
{
gdbstub.c:926
get_task_cpu_id()
if
(
get_task_handle
(
i
,
&
handle
)
&&
cur_handle
==
handle
)
{
gdbstub.c:939
find_paniced_task_index()
get_task_handle
(
index
,
&
handle
)
;
gdbstub.c:959
set_active_task()
if
(
!
get_task_handle
(
task_index
,
&
handle
)
)
{
gdbstub.c:1061
handle_qThreadExtraInfo_command()
Call Tree
from
examples
get_task_handle()
is called by 5 functions:
get_task_state()
get_task_cpu_id()
find_paniced_task_index()
set_active_task()
handle_qThreadExtraInfo_command()
All items filtered out
get_task_handle()
All items filtered out
Data Use
from
examples
get_task_handle()
reads 4 variables:
xTASK_SNAPSHOT::pxTCB
esp_gdbstub_scratch_t::task_count
esp_gdbstub_scratch_t::tasks
s_scratch
All items filtered out
get_task_handle()
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