Lines Matching full:run

167 …ter; /* The total run time allocated to the task so far, as defined by the run time stats clock.  …
278 * Create a new task and add it to the list of tasks that are ready to run.
313 * @param uxPriority The priority at which the task should run. Systems that
380 * Create a new task and add it to the list of tasks that are ready to run.
407 * @param uxPriority The priority at which the task will run.
497 * Create a new task and add it to the list of tasks that are ready to run.
524 …/ uxPriority - task priority, set the portPRIVILEGE_BIT if the task should run in a privileged sta…
612 …/ uxPriority - task priority, set the portPRIVILEGE_BIT if the task should run in a privileged sta…
1131 * // The created task will not run during this period, unless
1182 * // The created task will not run during this period, unless
1771 * of run time consumed by the task. See the TaskStatus_t structure
1789 * total run time (as defined by the run time stats clock, see
1790 * https://www.FreeRTOS.org/rtos-run-time-stats.html) since the target booted.
1791 * pulTotalRunTime can be set to NULL to omit the total run time information.
1800 * // This example demonstrates how a human readable table of run time stats
1835 * // What percentage of the total run time has the task used?
1847 * // consumed less than 1% of the total run time.
1996 * @return The total run time of the given task or the percentage of the total
1997 * run time consumed by the given task. This is the amount of time the task
2036 * @return The total run time of the idle task or the percentage of the total
2037 * run time consumed by the idle task. This is the amount of time the
3100 * that is ready to run.