FreeRTOS + 0/28 examples
CodeScope will show references to osThreadResume() from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
Applications
FreeRTOS
STM32469I-Discovery
Demonstrations
Applications
FreeRTOS
STM32469I_EVAL
Demonstrations
Applications
FreeRTOS
STM324xG_EVAL
Demonstrations
Applications
FreeRTOS
STM32F412G-Discovery
Demonstrations
Applications
FreeRTOS
STM32F413H-Discovery
Demonstrations
STM324x9I_EVAL
Applications
FreeRTOS
Demonstrations
STemWin
STM32F413ZH-Nucleo
Applications
FreeRTOS
STM32F429I-Discovery
Applications
FreeRTOS
 
Symbols
loading...
Files
loading...

osThreadResume() function

Resume execution of a suspended thread.

Syntax

osStatus osThreadResume (osThreadId thread_id);
Implemented in cmsis_os.c:1448

Arguments

thread_id

thread ID obtained by osThreadCreate or osThreadGetId.

Return value

status code that indicates the execution status of the function.

Examples

osThreadResume() is referenced by 28 libraries and example projects.

References

Call Tree

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