Searched refs:osThreadNew (Results 1 - 6 of 6) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/ |
H A D | netcfg_sample.c | 95 if (osThreadNew((osThreadFunc_t)LedTask, NULL, &attr) == NULL) { in LedInit() 273 if (osThreadNew((osThreadFunc_t)CfgNetTask, NULL, &attr) == NULL) { in CreateCfgNetTask() 372 if (osThreadNew((osThreadFunc_t)SampleBizTask, NULL, &attr) == NULL) { in SampleBiz()
|
H A D | network_config_sample.c | 122 if (osThreadNew((osThreadFunc_t)LedTask, NULL, &attr) == NULL) { in LedInit() 213 if (osThreadNew((osThreadFunc_t)WifiConnectTask, NULL, &attr) == NULL) { in WifiConnectionChangedHandler() 299 if (osThreadNew((osThreadFunc_t)CfgNetTask, NULL, &attr) == NULL) { in CreateCfgNetTask() 544 if (osThreadNew((osThreadFunc_t)SampleBizTask, NULL, &attr) == NULL) { in NetCfgSampleBiz()
|
/device/qemu/riscv32_virt/liteos_m/board/ui/ |
H A D | ui_adapter.cpp | 138 if (osThreadNew((osThreadFunc_t)UiAdapterTask, NULL, &attr) == NULL) { in UiAdapterRun()
|
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/ |
H A D | cmsis_os2.h | 668 osThreadId_t osThreadNew (osThreadFunc_t func, void *argument, const osThreadAttr_t *attr);
673 * @param thread_id Indicates the thread ID, which is obtained using osThreadNew or osThreadGetId.
693 * @param thread_id Indicates the thread ID, which is obtained using osThreadNew or osThreadGetId.
703 * @param thread_id Indicates the thread ID, which is obtained using osThreadNew or osThreadGetId.
713 * @param thread_id Indicates the thread ID, which is obtained using osThreadNew or osThreadGetId.
723 * @param thread_id Indicates the thread ID, which is obtained using osThreadNew or osThreadGetId.
734 * @param thread_id Indicates the thread ID, which is obtained using osThreadNew or osThreadGetId.
753 * @param thread_id Indicates the thread ID, which is obtained using osThreadNew or osThreadGetId.
763 * @param thread_id Indicates the thread ID, which is obtained using osThreadNew or osThreadGetId.
779 * @param thread_id Indicates the thread ID, which is obtained using osThreadNew o [all...] |
H A D | cmsis_liteos2.c | 305 osThreadId_t osThreadNew(osThreadFunc_t func, void *argument, const osThreadAttr_t *attr)
in osThreadNew() function
|
/device/qemu/riscv32_virt/liteos_m/board/driver/ |
H A D | virtinput.c | 410 in->tid = osThreadNew((osThreadFunc_t)InputWorkTask, in, &attr); in HdfVirtinInit() 412 HDF_LOGE("%s: osThreadNew failed", __func__); in HdfVirtinInit()
|
Completed in 9 milliseconds