Searched refs:uwRet (Results 1 - 4 of 4) sorted by relevance
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/ |
H A D | cmsis_liteos2.c | 104 uint32_t uwRet;
in osKernelGetInfo() local 119 uwRet = memcpy_s(id_buf, id_size, KERNEL_ID, id_size);
in osKernelGetInfo() 120 if (uwRet != EOK) {
in osKernelGetInfo() 121 PRINT_ERR("%s[%d] memcpy failed, error type = %u\n", __FUNCTION__, __LINE__, uwRet);
in osKernelGetInfo() 308 UINT32 uwRet;
in osThreadNew() local 332 uwRet = LOS_TaskCreate(&uwTid, &stTskInitParam);
in osThreadNew() 334 if (LOS_OK != uwRet) {
in osThreadNew() 478 UINT32 uwRet;
in osThreadSetPriority() local 496 uwRet = LOS_TaskPriSet(pstTaskCB->taskID, usPriority);
in osThreadSetPriority() 497 switch (uwRet) {
in osThreadSetPriority() 534 UINT32 uwRet; osThreadYield() local 552 UINT32 uwRet; osThreadSuspend() local 584 UINT32 uwRet; osThreadResume() local 614 UINT32 uwRet; osThreadTerminate() local 671 UINT32 uwRet; osDelay() local 690 UINT32 uwRet; osDelayUntil() local 741 UINT32 uwRet; osTimerStart() local 770 UINT32 uwRet; osTimerStop() local 804 UINT32 uwRet; osTimerDelete() local 829 UINT32 uwRet; osEventFlagsNew() local 866 UINT32 uwRet; osEventFlagsSet() local 886 UINT32 uwRet; osEventFlagsClear() local 926 UINT32 uwRet; osEventFlagsWait() local 970 osStatus_t uwRet; osEventFlagsDelete() local 993 UINT32 uwRet; osMutexNew() local 1013 UINT32 uwRet; osMutexAcquire() local 1038 UINT32 uwRet; osMutexRelease() local 1076 UINT32 uwRet; osMutexDelete() local 1102 UINT32 uwRet; osSemaphoreNew() local 1127 UINT32 uwRet; osSemaphoreAcquire() local 1154 UINT32 uwRet; osSemaphoreRelease() local 1194 UINT32 uwRet; osSemaphoreDelete() local 1221 UINT32 uwRet; osMessageQueueNew() local 1243 UINT32 uwRet; osMessageQueuePut() local 1270 UINT32 uwRet; osMessageQueueGet() local 1356 UINT32 uwRet; osMessageQueueDelete() local [all...] |
/device/soc/rockchip/rk2206/sdk_liteos/platform/main/ |
H A D | main.c | 61 UINT32 uwRet; in IotInit() local 70 uwRet = LOS_TaskCreate(&taskID, &stTask); in IotInit() 71 if (uwRet != LOS_OK) { in IotInit()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_thread.h | 126 hi_s32 uwRet; in oal_kthread_create() local 138 uwRet = sched_setscheduler(kthread, thread_param->l_policy, &st_sched_param); in oal_kthread_create() 139 if (oal_unlikely(uwRet)) { in oal_kthread_create() 140 oal_io_print3("%s sched_setscheduler failed! ret =%d, prio=%d\n", pc_thread_name, uwRet, thread_param->l_prio); in oal_kthread_create()
|
/device/soc/hisilicon/common/platform/hieth-sf/src/ |
H A D | interface.c | 161 uint32_t uwRet; in HisiEthDsr() local 167 uwRet = LOS_EventRead(&(g_stHiethPlatformData[priv->index].stEvent), EVENT_NET_TX_RX, in HisiEthDsr() 169 if (uwRet & EVENT_NET_TX_RX) { in HisiEthDsr() 227 uint32_t uwRet; in HiethCanSend() local 232 uwRet = LOS_EventRead(&(g_stHiethPlatformData[priv->index].stEvent), in HiethCanSend() 234 if (uwRet & EVENT_NET_CAN_SEND) { in HiethCanSend()
|
Completed in 4 milliseconds