Searched refs:GDBSTUB_TASKS_NUM (Results 1 – 2 of 2) sorted by relevance
52 #define GDBSTUB_TASKS_NUM CONFIG_ESP_GDBSTUB_MAX_TASKS macro67 … TaskSnapshot_t tasks[GDBSTUB_TASKS_NUM]; // TODO: add an API to get snapshots one by one
385 s_scratch.task_count = uxTaskGetSnapshotAll(s_scratch.tasks, GDBSTUB_TASKS_NUM, &tcb_size); in init_task_info()