Home
last modified time | relevance | path

Searched refs:osThreadDef_t (Results 1 – 3 of 3) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS2/Template/
H A Dcmsis_os.h295 } osThreadDef_t; typedef
300 } osThreadDef_t; typedef
459 extern const osThreadDef_t os_thread_def_##name
463 const osThreadDef_t os_thread_def_##name = \
467 const osThreadDef_t os_thread_def_##name = \
484 osThreadId osThreadCreate (const osThreadDef_t *thread_def, void *argument);
H A Dcmsis_os1.c34 osThreadId osThreadCreate (const osThreadDef_t *thread_def, void *argument) { in osThreadCreate()
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS/Template/
H A Dcmsis_os.h169 } osThreadDef_t; typedef
276 extern const osThreadDef_t os_thread_def_##name
279 const osThreadDef_t os_thread_def_##name = \
295 osThreadId osThreadCreate (const osThreadDef_t *thread_def, void *argument);