Searched refs:osThreadCreate (Results 1 – 4 of 4) sorted by relevance
295 osThreadId osThreadCreate (const osThreadDef_t *thread_def, void *argument);
34 osThreadId osThreadCreate (const osThreadDef_t *thread_def, void *argument) { in osThreadCreate() function
484 osThreadId osThreadCreate (const osThreadDef_t *thread_def, void *argument);
143 phost->thread = osThreadCreate(osThread(USBH_Thread), phost); in USBH_Init()