Home
last modified time | relevance | path

Searched refs:tcb (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/pthread/
Dpthread_local_storage.c164 void __real_vPortCleanUpTCB(void *tcb);
169 void __wrap_vPortCleanUpTCB(void *tcb) in __wrap_vPortCleanUpTCB() argument
171 pthread_local_storage_cleanup(tcb); in __wrap_vPortCleanUpTCB()
172 __real_vPortCleanUpTCB(tcb); in __wrap_vPortCleanUpTCB()
/hal_espressif-3.6.0/components/esp_gdbstub/riscv/
Dgdbstub_riscv.c47 void esp_gdbstub_tcb_to_regfile(TaskHandle_t tcb, esp_gdbstub_gdb_regfile_t *dst) in esp_gdbstub_tcb_to_regfile() argument
49 const dummy_tcb_t *dummy_tcb = (const dummy_tcb_t *) tcb; in esp_gdbstub_tcb_to_regfile()
/hal_espressif-3.6.0/components/esp_gdbstub/xtensa/
Dgdbstub_xtensa.c110 void esp_gdbstub_tcb_to_regfile(TaskHandle_t tcb, esp_gdbstub_gdb_regfile_t *dst) in esp_gdbstub_tcb_to_regfile() argument
112 const dummy_tcb_t *dummy_tcb = (const dummy_tcb_t *) tcb; in esp_gdbstub_tcb_to_regfile()
/hal_espressif-3.6.0/components/esp_gdbstub/private_include/
Desp_gdbstub_common.h93 void esp_gdbstub_tcb_to_regfile(TaskHandle_t tcb, esp_gdbstub_gdb_regfile_t *dst);
/hal_espressif-3.6.0/components/espcoredump/src/
Dcore_dump_elf.c700 StaticTask_t *tcb = (StaticTask_t *) tcb_data; in elf_parse_exc_task_name() local
705 strlcpy(summary->exc_task, (char *)tcb->ucDummy7, sizeof(summary->exc_task)); in elf_parse_exc_task_name()
/hal_espressif-3.6.0/components/espcoredump/corefile/
Dloader.py337 task.tcb,