FreeRTOS + 0/108 examples
CodeScope will show references to osThreadCreate() from the following samples and libraries:
Libraries
Examples
STM32446E_EVAL
Demonstrations
Applications
FatFs
FreeRTOS
USB_Host
STM32469I-Discovery
Demonstrations
Applications
FreeRTOS
USB_Host
STM32469I_EVAL
Demonstrations
Applications
FatFs
FreeRTOS
LwIP
mbedTLS
USB_Host
STM324xG_EVAL
Demonstrations
Applications
FatFs
FreeRTOS
LwIP
mbedTLS
USB_Host
STM32F412G-Discovery
Demonstrations
Applications
FatFs
FreeRTOS
STM32F413H-Discovery
Demonstrations
Applications
FatFs
FreeRTOS
STM32F429I-Discovery
Demonstrations
Applications
FreeRTOS
STM324x9I_EVAL
Applications
FatFs
FreeRTOS
LwIP
mbedTLS
USB_Host
Demonstrations
STemWin
STM32F412ZG-Nucleo
Applications
USB_Host
STM32F413ZH-Nucleo
Applications
FreeRTOS
STM32F429ZI-Nucleo
Applications
LwIP
 
Symbols
loading...
Files
loading...

osThreadCreate() function

Thread Management **************************** Create a thread and add it to Active Threads and set it to state READY.

Syntax

osThreadId osThreadCreate (const osThreadDef_t *thread_def,     void *argument);
Implemented in cmsis_os.c:202

Arguments

thread_def

thread definition referenced with osThread .

argument

pointer that is passed to the thread function as start argument.

Return value

thread ID for reference by other functions or NULL in case of error.

Notes

MUST REMAIN UNCHANGED: \b osThreadCreate shall be consistent in every CMSIS-RTOS.

Examples

osThreadCreate() is referenced by 108 libraries and example projects.

References

LocationText
cmsis_os.c:202
osThreadId osThreadCreate (const osThreadDef_t *thread_def, void *argument)
cmsis_os.h:441
osThreadId osThreadCreate (const osThreadDef_t *thread_def, void *argument);

Call Tree

Functions called by osThreadCreate()
osThreadCreate()
Type of osThreadCreate()
osThreadCreate()
all items filtered out