FreeRTOS + 0/6 examples
CodeScope will show references to osThreadGetState() from the following samples and libraries:
Examples
STM32446E_EVAL
Applications
FreeRTOS
STM32469I_EVAL
Applications
FreeRTOS
STM324x9I_EVAL
Applications
FreeRTOS
STM324xG_EVAL
Applications
FreeRTOS
STM32F412G-Discovery
Applications
FreeRTOS
STM32F413ZH-Nucleo
Applications
FreeRTOS
 
Symbols
loading...
Files
loading...

osThreadGetState() function

Obtain the state of any thread.

Syntax

Implemented in cmsis_os.c:1381

Arguments

thread_id

thread ID obtained by osThreadCreate or osThreadGetId.

Return value

the stae of the thread, states are encoded by the osThreadState enumerated type.

Examples

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

References

LocationText
cmsis_os.c:1381
osThreadState osThreadGetState(osThreadId thread_id)
cmsis_os.h:898
osThreadState osThreadGetState(osThreadId thread_id);

Call Tree

Functions called by osThreadGetState()
osThreadGetState()
all items filtered out
Data read by osThreadGetState()
Data written by osThreadGetState()
osThreadGetState()
osThreadGetState()::ThreadState
osThreadGetState()::result
all items filtered out
Type of osThreadGetState()
osThreadGetState()