Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
getpriority
headers/posix/sys/resource.h
83
extern int getpriority(int which, id_t who);
src/system/libroot/posix/unistd/nice.c
28
priority += getpriority(PRIO_PROCESS, 0);