Searched refs:osThreadCreate (Results 1 – 5 of 5) sorted by relevance
124 cp_reboot_thread_id = osThreadCreate(osThread(__cp_reboot_thread), NULL); in cp_reboot()
235 osThreadId osThreadCreate(const osThreadDef_t* thread_def, void* argument);
470 osThreadCreate(&os_thread_def_main, 0); in _start()
33 osThreadId osThreadCreate (const osThreadDef_t *thread_def, void *argument) { in osThreadCreate() function
282 _HalHmosWifiEventThreadId = osThreadCreate(osThread(HalHmosWifiEventThread), NULL); in HalHmosWifiEventInit()