Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/base/include/
Dlos_process_pri.h539 extern INT32 OsGetProcessPriority(INT32 which, INT32 pid);
/kernel/liteos_a/syscall/
Dprocess_syscall.c331 return OsGetProcessPriority(which, who); in SysGetProcessPriority()
/kernel/liteos_a/kernel/base/core/
Dlos_process.c1139 LITE_OS_SEC_TEXT INT32 OsGetProcessPriority(INT32 which, INT32 pid) in OsGetProcessPriority() function
1174 return OsGetProcessPriority(LOS_PRIO_PROCESS, pid); in LOS_GetProcessPriority()