Searched refs:LOS_PRIO_PROCESS (Results 1 – 3 of 3) sorted by relevance
/kernel/liteos_a/syscall/ |
D | process_syscall.c | 159 return OsSetProcessScheduler(LOS_PRIO_PROCESS, id, prio, policy); in SysSchedSetScheduler() 193 return OsGetProcessPriority(LOS_PRIO_PROCESS, id); in SysSchedGetParam() 222 return SysSetProcessPriority(LOS_PRIO_PROCESS, id, prio); in SysSchedSetParam()
|
/kernel/liteos_a/kernel/base/include/ |
D | los_process_pri.h | 298 #define LOS_PRIO_PROCESS 0U macro
|
/kernel/liteos_a/kernel/base/core/ |
D | los_process.c | 886 if (which != LOS_PRIO_PROCESS) { in OsProcessSchedlerParamCheck() 968 return OsSetProcessScheduler(LOS_PRIO_PROCESS, pid, prio, policy); in LOS_SetProcessScheduler() 993 return OsSetProcessScheduler(LOS_PRIO_PROCESS, pid, prio, LOS_GetProcessScheduler(pid)); in LOS_SetProcessPriority() 1006 if (which != LOS_PRIO_PROCESS) { in OsGetProcessPriority() 1026 return OsGetProcessPriority(LOS_PRIO_PROCESS, pid); in LOS_GetProcessPriority()
|