Home
last modified time | relevance | path

Searched refs:osThreadCreate (Results 1 – 5 of 5) sorted by relevance

/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/services/cp_boot/
Dcp_boot.c124 cp_reboot_thread_id = osThreadCreate(osThread(__cp_reboot_thread), NULL); in cp_reboot()
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/include/rtos/liteos/liteos_m/kal/cmsis/
Dcmsis_os.h235 osThreadId osThreadCreate(const osThreadDef_t* thread_def, void* argument);
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/rtos/liteos/liteos_m/
Dboard.c470 osThreadCreate(&os_thread_def_main, 0); in _start()
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/rtos/liteos/liteos_m/kal/cmsis/
Dcmsis_liteos.c33 osThreadId osThreadCreate (const osThreadDef_t *thread_def, void *argument) { in osThreadCreate() function
/device/soc/bestechnic/hals/communication/wifi_lite/wifiservice/
Dwifi_device.c282 _HalHmosWifiEventThreadId = osThreadCreate(osThread(HalHmosWifiEventThread), NULL); in HalHmosWifiEventInit()