Searched refs:OsGetProcessPriority (Results 1 – 3 of 3) sorted by relevance
539 extern INT32 OsGetProcessPriority(INT32 which, INT32 pid);
331 return OsGetProcessPriority(which, who); in SysGetProcessPriority()
1139 LITE_OS_SEC_TEXT INT32 OsGetProcessPriority(INT32 which, INT32 pid) in OsGetProcessPriority() function1174 return OsGetProcessPriority(LOS_PRIO_PROCESS, pid); in LOS_GetProcessPriority()