MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sys_getpriority

Function sys_getpriority

freebsd/kern/kern_resource.c:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89};
90#endif
91int
92sys_getpriority(struct thread *td, struct getpriority_args *uap)
93{
94
95 return (kern_getpriority(td, uap->which, uap->who));
96}
97
98int
99kern_getpriority(struct thread *td, int which, int who)

Callers

nothing calls this directly

Calls 1

kern_getpriorityFunction · 0.85

Tested by

no test coverage detected