FreeRTOS + 0/6 examples
CodeScope will show references to osThreadList() from the following samples and libraries:
Examples
STM32469I_EVAL
Applications
LwIP
STM324x9I_EVAL
Applications
LwIP
STM324xG_EVAL
Applications
LwIP
STM32F429ZI-Nucleo
Applications
LwIP
 
Symbols
loading...
Files
loading...

osThreadList() function

Lists all the current threads, along with their current state and stack usage high water mark.

Syntax

osStatus osThreadList (uint8_t *buffer);
Implemented in cmsis_os.c:1541

Arguments

buffer

A buffer into which the above mentioned details will be written

Return value

status code that indicates the execution status of the function.

Examples

osThreadList() is referenced by 6 libraries and example projects.

References

LocationText
cmsis_os.c:1541
osStatus osThreadList (uint8_t *buffer)
cmsis_os.h:962
osStatus osThreadList (uint8_t *buffer);

Call Tree

Functions called by osThreadList()
osThreadList()
all items filtered out
Data read by osThreadList()
osThreadList()
Type of osThreadList()
osThreadList()
all items filtered out