Home
last modified time | relevance | path

Searched refs:thread_info_index (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/esp_gdbstub/src/
Dgdbstub.c491 s_scratch.thread_info_index = 1; in handle_qfThreadInfo_command()
496 int task_index = s_scratch.thread_info_index; in handle_qsThreadInfo_command()
502 send_single_thread_info(s_scratch.thread_info_index); in handle_qsThreadInfo_command()
503 s_scratch.thread_info_index++; in handle_qsThreadInfo_command()
/hal_espressif-3.6.0/components/esp_gdbstub/private_include/
Desp_gdbstub_common.h65 …int thread_info_index; //!< index of the last task passed to qsThreadI… member