Lines Matching refs:task
171 int "Event loop task stack size"
174 Config system event task stack size in different application.
177 int "Main task stack size"
180 Configure the "main task" stack size. This is the stack of the task
181 which calls app_main(). If app_main() returns then this task is deleted
185 prompt "Main task core affinity"
188 Configure the "main task" core affinity. This is the used core of the task
189 which calls app_main(). If app_main() returns then this task is deleted.
391 …either because a task turned off interrupts and did not turn them on for a long time, or because an
578 int "Inter-Processor Call (IPC) task stack size"
585 …Configure the IPC tasks stack size. An IPC task runs on each core (in dual core mode), and allows …
595 …If this option is not enabled then the IPC task will keep behavior same as prior to that of ESP-ID…
596 hence IPC task will run at (configMAX_PRIORITIES - 1) priority.