Home
last modified time | relevance | path

Searched refs:tcb_sz (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/freertos/test/
Dtest_tasks_snapshot.c18 UBaseType_t tcb_sz; variable
29 UBaseType_t task_num = uxTaskGetSnapshotAll(tasks, TEST_MAX_TASKS_NUM, &tcb_sz);
35 printf("Dumped %d tasks. TCB size %d\n", task_num, tcb_sz);
37 TEST_ASSERT_NOT_EQUAL(0, tcb_sz);
/hal_espressif-3.6.0/components/espcoredump/src/
Dcore_dump_binary.c95 uint32_t tcb_sz = esp_core_dump_get_tcb_len(); in esp_core_dump_write_binary() local
124 data_len += (tcb_sz + sizeof(core_dump_task_header_t)); in esp_core_dump_write_binary()
185 hdr.tcb_sz = tcb_sz; in esp_core_dump_write_binary()
Dcore_dump_elf.c68 size_t tcb_sz; member
612 dump_hdr.tcb_sz = 0; // unused in ELF format in esp_core_dump_write_elf()
/hal_espressif-3.6.0/components/espcoredump/include_core_dump/
Desp_core_dump_types.h144 uint32_t tcb_sz; /*!< Size of a TCB, in bytes */ member