Lines Matching refs:taskID
65 UINT32 taskID = (UINT32)pid;
73 if (taskID == 0) {
74 taskID = LOS_CurTaskIDGet();
75 if (taskID == LOS_ERRNO_TSK_ID_INVALID) {
81 ret = LOS_TaskCpuAffiSet(taskID, (UINT16)set->__bits[0]);
97 UINT32 taskID = (UINT32)pid;
105 if (taskID == 0) {
106 taskID = LOS_CurTaskIDGet();
107 if (taskID == LOS_ERRNO_TSK_ID_INVALID) {
113 cpuAffiMask = LOS_TaskCpuAffiGet(taskID);