pub unsafe extern "C" fn uxTaskGetNumberOfTasks() -> UBaseType_t
Expand description

@cond !DOC_EXCLUDE_HEADER_SECTION task. h @code{c} uint16_t uxTaskGetNumberOfTasks( void ); @endcode @endcond

@return 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.

@cond !DOC_SINGLE_GROUP \defgroup uxTaskGetNumberOfTasks uxTaskGetNumberOfTasks @endcond \ingroup TaskUtils