Home
last modified time | relevance | path

Searched defs:taskID (Results 1 – 25 of 25) sorted by relevance

/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
Dpthread.c71 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/
Dtasks.c143 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/
Dlos_task_pri.h238 #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
Dlos_memory_pri.h42 #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/
Dlos_runstop.h64 UINT32 taskID; member
77 UINT32 taskID; member
Dlos_track.h414 #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/
Dlos_context.c45 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/
Dhdf_watchdog_test.c103 UINT32 taskID; in StartHdfWatchdogTest() local
/device/board/talkweb/niobe407/liteos_m/bsp/src/
Dohos_main.c55 UINT32 taskID = 0; in OHOS_Main() local
/device/soc/rockchip/rk2206/sdk_liteos/platform/main/
Dmain.c62 UINT32 taskID; in IotInit() local
/device/soc/goodix/gr551x/sdk_liteos/platform/main/
Dmain.c116 UINT32 taskID; in MainBoot() local
/device/board/hpmicro/hpm6800evk/liteos_m/lwip_adapter/
Dhpm_lwip.c208 UINT32 taskID = LOS_ERRNO_TSK_ID_INVALID; in ethernetif_phy_adaptive_thread_start() local
Dethernetif.c320 UINT32 taskID = LOS_ERRNO_TSK_ID_INVALID; in ethernetif_recv_start() local
/device/board/hpmicro/hpm6300evk/liteos_m/lwip_adapter/
Dhpm_lwip.c223 UINT32 taskID = LOS_ERRNO_TSK_ID_INVALID; in ethernetif_phy_adaptive_thread_start() local
Dethernetif.c320 UINT32 taskID = LOS_ERRNO_TSK_ID_INVALID; in ethernetif_recv_start() local
/device/board/hpmicro/hpm6750evk2/liteos_m/lwip_adapter/
Dhpm_lwip.c260 UINT32 taskID = LOS_ERRNO_TSK_ID_INVALID; in ethernetif_phy_adaptive_thread_start() local
Dethernetif.c320 UINT32 taskID = LOS_ERRNO_TSK_ID_INVALID; in ethernetif_recv_start() local
/device/board/openvalley/niobeu4/liteos_m/target/src/
Dtarget_startup.c130 UINT32 taskID; in app_main() local
/device/board/openvalley/niobeu4/liteos_m/arch/
Dlos_context.c51 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/
Dboard.c194 UINT32 taskID = LOS_CurTaskIDGet(); in OsStackAddrGet() local
215 UINT32 taskID = LOS_CurTaskIDGet(); in OsStackAddrGet() local
/device/board/talkweb/niobe407/liteos_m/drivers/uart/src/
Duart.c177 UINT32 taskID; in StartUartShell() local
/device/board/talkweb/niobe407/applications/204_hdf_i2c/
Dhdf_i2c_test.c201 UINT32 taskID; in StartHdfI2cTest() local
/device/soc/esp/esp32/components/pthread/
Dpthread.c1309 UINT32 taskID = 0; in pthread_create() local
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/
Dcmsis_liteos2.c428 uint32_t osTaskStackWaterMarkGet(UINT32 taskID) in osTaskStackWaterMarkGet()
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/rtos/liteos/liteos_m/kal/cmsis/
Dcmsis_liteos2.c403 uint32_t osTaskStackWaterMarkGet(UINT32 taskID) in osTaskStackWaterMarkGet()