| /device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/ |
| D | pthread.c | 71 static inline BOOL IsValidTask(UINT32 taskID) in IsValidTask() 78 static inline BOOL IsPthread(UINT32 taskID) in IsPthread() 84 static inline struct PthreadData *GetPthreadData(UINT32 taskID) in GetPthreadData() 95 UINT32 taskID = LOS_CurTaskIDGet(); in PthreadEntry() local 124 UINT32 taskID; in pthread_create() local 175 UINT32 taskID = P2T(thread); in pthread_setschedparam() local 205 UINT32 taskID = P2T(thread); in pthread_getschedparam() local 227 UINT32 taskID = LOS_CurTaskIDGet(); in pthread_self() local 233 UINT32 taskID = P2T(thread); in pthread_cancel() local 288 UINT32 taskID; in CleanupTaskResource() local [all …]
|
| /device/soc/esp/esp32/components/osal/ |
| D | tasks.c | 143 void vPortStoreTaskSettings(StackType_t *pxBottomOfStack, uint32_t usStackDepth, UINT32 taskID) in vPortStoreTaskSettings() 215 UINT32 taskID = (UINT32)handle; in pvTaskGetThreadLocalStoragePointer() local 227 UINT32 taskID = (UINT32)handle; in vTaskSetThreadLocalStoragePointerAndDelCallback() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/base/include/ |
| D | los_task_pri.h | 238 #define OS_TSK_GET_INDEX(taskID) (taskID) argument 272 #define OS_TCB_FROM_TID(taskID) (((LosTaskCB *)g_taskCBArray) + (taskID)) argument 285 UINT32 taskID; /**< Task ID */ member
|
| D | los_memory_pri.h | 42 #define OS_MEM_ADD_USED(size, taskID) OsTaskMemUsedInc(size, taskID) argument 43 #define OS_MEM_REDUCE_USED(size, taskID) OsTaskMemUsedDec(size, taskID) argument
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/ |
| D | los_runstop.h | 64 UINT32 taskID; member 77 UINT32 taskID; member
|
| D | los_track.h | 414 #define LOS_TRACK_TASK(type, taskID) \ argument 421 #define LOS_TRACK_TASK(type, taskID) argument
|
| /device/soc/beken/bk7235/liteos_m/third_party_adapter/arch/ |
| D | los_context.c | 45 LITE_OS_SEC_TEXT_INIT VOID *__wrap_ArchTskStackInit(UINT32 taskID, UINT32 stackSize, VOID *topStack) in __wrap_ArchTskStackInit()
|
| /device/board/talkweb/niobe407/applications/205_hdf_watchdog/ |
| D | hdf_watchdog_test.c | 103 UINT32 taskID; in StartHdfWatchdogTest() local
|
| /device/board/talkweb/niobe407/liteos_m/bsp/src/ |
| D | ohos_main.c | 55 UINT32 taskID = 0; in OHOS_Main() local
|
| /device/soc/rockchip/rk2206/sdk_liteos/platform/main/ |
| D | main.c | 62 UINT32 taskID; in IotInit() local
|
| /device/soc/goodix/gr551x/sdk_liteos/platform/main/ |
| D | main.c | 116 UINT32 taskID; in MainBoot() local
|
| /device/board/hpmicro/hpm6800evk/liteos_m/lwip_adapter/ |
| D | hpm_lwip.c | 208 UINT32 taskID = LOS_ERRNO_TSK_ID_INVALID; in ethernetif_phy_adaptive_thread_start() local
|
| D | ethernetif.c | 320 UINT32 taskID = LOS_ERRNO_TSK_ID_INVALID; in ethernetif_recv_start() local
|
| /device/board/hpmicro/hpm6300evk/liteos_m/lwip_adapter/ |
| D | hpm_lwip.c | 223 UINT32 taskID = LOS_ERRNO_TSK_ID_INVALID; in ethernetif_phy_adaptive_thread_start() local
|
| D | ethernetif.c | 320 UINT32 taskID = LOS_ERRNO_TSK_ID_INVALID; in ethernetif_recv_start() local
|
| /device/board/hpmicro/hpm6750evk2/liteos_m/lwip_adapter/ |
| D | hpm_lwip.c | 260 UINT32 taskID = LOS_ERRNO_TSK_ID_INVALID; in ethernetif_phy_adaptive_thread_start() local
|
| D | ethernetif.c | 320 UINT32 taskID = LOS_ERRNO_TSK_ID_INVALID; in ethernetif_recv_start() local
|
| /device/board/openvalley/niobeu4/liteos_m/target/src/ |
| D | target_startup.c | 130 UINT32 taskID; in app_main() local
|
| /device/board/openvalley/niobeu4/liteos_m/arch/ |
| D | los_context.c | 51 LITE_OS_SEC_TEXT_INIT VOID *ArchTskStackInit(UINT32 taskID, UINT32 stackSize, VOID *topStack) in ArchTskStackInit()
|
| /device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/rtos/liteos/liteos_m/ |
| D | board.c | 194 UINT32 taskID = LOS_CurTaskIDGet(); in OsStackAddrGet() local 215 UINT32 taskID = LOS_CurTaskIDGet(); in OsStackAddrGet() local
|
| /device/board/talkweb/niobe407/liteos_m/drivers/uart/src/ |
| D | uart.c | 177 UINT32 taskID; in StartUartShell() local
|
| /device/board/talkweb/niobe407/applications/204_hdf_i2c/ |
| D | hdf_i2c_test.c | 201 UINT32 taskID; in StartHdfI2cTest() local
|
| /device/soc/esp/esp32/components/pthread/ |
| D | pthread.c | 1309 UINT32 taskID = 0; in pthread_create() local
|
| /device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/ |
| D | cmsis_liteos2.c | 428 uint32_t osTaskStackWaterMarkGet(UINT32 taskID) in osTaskStackWaterMarkGet()
|
| /device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/rtos/liteos/liteos_m/kal/cmsis/ |
| D | cmsis_liteos2.c | 403 uint32_t osTaskStackWaterMarkGet(UINT32 taskID) in osTaskStackWaterMarkGet()
|