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

Function sys_setpriority

freebsd/kern/kern_resource.c:180–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178};
179#endif
180int
181sys_setpriority(struct thread *td, struct setpriority_args *uap)
182{
183
184 return (kern_setpriority(td, uap->which, uap->who, uap->prio));
185}
186
187int
188kern_setpriority(struct thread *td, int which, int who, int prio)

Callers

nothing calls this directly

Calls 1

kern_setpriorityFunction · 0.85

Tested by

no test coverage detected