uxTaskGetNumberOfTasks() function
task. h @code{c} uint16_t uxTaskGetNumberOfTasks( void ); @endcode
Return value
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.
![]()
prvIncrementQueueTxLock( pxQueueSetContainer, cTxLock );
uxTaskGetNumberOfTasks() is called by 4 functions:
![]()
uxTaskGetNumberOfTasks()
uxTaskGetNumberOfTasks() reads 1 variable:
![]()
uxTaskGetNumberOfTasks()