firmware
IEM Firmware Documentation
Loading...
Searching...
No Matches
uxTaskGetNumberOfTasks
freertos
»
TaskUtils
Collaboration diagram for uxTaskGetNumberOfTasks:
This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.
task. h
uint16_t
uxTaskGetNumberOfTasks
(
void
);
uxTaskGetNumberOfTasks
UBaseType_t uxTaskGetNumberOfTasks(void)
Definition
tasks.c:4160
Returns
The number of tasks that the real time kernel is currently managing. This includes all ready, blocked and suspended tasks. A task that has been deleted but not yet freed by the idle task will also be included in the count.
Generated by
1.14.0