Lines Matching full:run
59 * Cortex-M SysTick timer. Most Cortex-M MCUs run the SysTick timer at the same
93 * run using an algorithm optimised to the instruction set of the target hardware -
95 * the next task to run using a generic C algorithm that works for all FreeRTOS
139 * can run. Set to 0 to have the Idle task use all of its timeslice. Default to 1
339 /* Run time and task stats gathering related definitions. *********************/
345 * if left undefined. See https://www.freertos.org/rtos-run-time-stats.html. */
483 * configRUN_MULTIPLE_PRIORITIES to 0 to allow multiple tasks to run
486 * is able to run. If configRUN_MULTIPLE_PRIORITIES is set to 1, multiple tasks
487 * with different priorities may run simultaneously - so a higher and lower
488 * priority task may run on different cores at the same time. */
494 * APIs can be used to set and retrieve which cores a task can run on. If
496 * run any task on any available core. */