Home
last modified time | relevance | path

Searched refs:LOS_PRIO_PROCESS (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_a/syscall/
Dprocess_syscall.c159 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/
Dlos_process_pri.h298 #define LOS_PRIO_PROCESS 0U macro
/kernel/liteos_a/kernel/base/core/
Dlos_process.c886 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()