Searched refs:threadGroupID (Results 1 – 4 of 4) sorted by relevance
93 …UINT32 threadGroupID; /**< Which thread group , is the main thread ID… member385 return OS_PCB_FROM_PID(taskCB->processID)->threadGroupID; in OsProcessThreadGroupIDGet()
103 LosTaskCB *task = OS_TCB_FROM_TID(processCB->threadGroupID); in OsProcessAddNewTask()117 processCB->threadGroupID = taskCB->taskID; in OsProcessAddNewTask()443 OsDeleteTaskFromProcess(OS_TCB_FROM_TID(childCB->threadGroupID)); in OsRecycleZombiesProcess()685 processCB->threadGroupID = OS_INVALID_VALUE; in OsInitPCB()875 idleProcess->threadGroupID = OsGetIdleTaskId(); in OsSystemProcessCreate()948 LosTaskCB *taskCB = OS_TCB_FROM_TID(processCB->threadGroupID); in OsSetProcessScheduler()1017 LosTaskCB *taskCB = OS_TCB_FROM_TID(processCB->threadGroupID); in OsGetProcessPriority()1875 LosTaskCB *taskCB = OS_TCB_FROM_TID(child->threadGroupID); in OsChildSetProcessGroupAndSched()1957 (VOID)LOS_TaskDelete(child->threadGroupID); in OsCopyProcess()2111 processCB->threadGroupID = currTask->taskID; in OsProcessThreadGroupDestroy()
183 ConvertSchedPolicyToString(LOS_SCHED_RR), param[processCB->threadGroupID].basePrio, in AllProcessDataShow()184 processCB->threadGroupID, processCB->threadNumber); in AllProcessDataShow()
1034 … *taskID = (id == 0) ? (OsCurrTaskGet()->taskID) : (OS_PCB_FROM_PID((UINT32)id)->threadGroupID); in SchedAffinityParameterPreprocess()