Searched refs:LOS_GetProcessScheduler (Results 1 – 3 of 3) sorted by relevance
54 extern INT32 LOS_GetProcessScheduler(INT32 pid);
135 return LOS_GetProcessScheduler(id); in SysSchedGetScheduler()213 return OsSetProcessScheduler(which, who, prio, LOS_GetProcessScheduler(who)); in SysSetProcessPriority()
971 LITE_OS_SEC_TEXT INT32 LOS_GetProcessScheduler(INT32 pid) in LOS_GetProcessScheduler() function993 return OsSetProcessScheduler(LOS_PRIO_PROCESS, pid, prio, LOS_GetProcessScheduler(pid)); in LOS_SetProcessPriority()