Home
last modified time | relevance | path

Searched refs:osThreadNew (Results 1 - 6 of 6) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H A Dnetcfg_sample.c95 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 Dnetwork_config_sample.c122 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 Dui_adapter.cpp138 if (osThreadNew((osThreadFunc_t)UiAdapterTask, NULL, &attr) == NULL) { in UiAdapterRun()
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/
H A Dcmsis_os2.h668 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 Dcmsis_liteos2.c305 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 Dvirtinput.c410 in->tid = osThreadNew((osThreadFunc_t)InputWorkTask, in, &attr); in HdfVirtinInit()
412 HDF_LOGE("%s: osThreadNew failed", __func__); in HdfVirtinInit()

Completed in 9 milliseconds