Home
last modified time | relevance | path

Searched refs:getpriority (Results 1 – 25 of 44) sorted by relevance

12

/openbsd/src/lib/libc/hidden/sys/
Dresource.h23 PROTO_NORMAL(getpriority);
/openbsd/src/lib/libc/gen/
Dnice.c46 prio = getpriority(PRIO_PROCESS, 0); in nice()
/openbsd/src/usr.bin/nice/
Dnice.c84 prio += getpriority(PRIO_PROCESS, 0); in main()
/openbsd/src/sys/sys/
Dresource.h120 int getpriority(int, id_t);
/openbsd/src/usr.bin/renice/
Drenice.c162 old = getpriority(p->id_type, p->id); in renice()
/openbsd/src/lib/libc/sys/
DMakefile.inc56 getpriority.o getresgid.o getresuid.o \
186 getpeername.2 getpgrp.2 getpid.2 getpriority.2 getrlimit.2 \
/openbsd/src/gnu/llvm/llvm/lib/Support/
DCrashRecoveryContext.cpp485 return getpriority(PRIO_DARWIN_THREAD, 0) == 1; in hasThreadBackgroundPriority()
/openbsd/src/gnu/usr.bin/perl/t/op/
Dlex_assign.t398 getpriority $$, $$ # getpriority
/openbsd/src/sbin/route/
Droute.c101 uint8_t getpriority(char *);
357 prio = getpriority(*++argv); in flushroutes()
756 prio = getpriority(*++argv); in newroute()
869 prio = getpriority(*++argv); in show()
1660 getpriority(char *priostr) in getpriority() function
/openbsd/src/lib/libcrypto/arc4random/
Dgetentropy_hpux.c250 HX((e = getpriority(0, 0)) == -1, e); in getentropy_fallback()
Dgetentropy_aix.c264 HX((e = getpriority(0, 0)) == -1, e); in getentropy_fallback()
Dgetentropy_solaris.c283 HX((e = getpriority(0, 0)) == -1, e); in getentropy_fallback()
Dgetentropy_osx.c277 HX((e = getpriority(0, 0)) == -1, e); in getentropy_fallback()
Dgetentropy_linux.c363 HX((e = getpriority(0, 0)) == -1, e); in getentropy_fallback()
/openbsd/src/usr.bin/su/
Dsu.c121 prio = getpriority(PRIO_PROCESS, 0); in main()
/openbsd/src/gnu/usr.bin/perl/lib/B/
DDeparse-core.t534 getpriority 2 p
/openbsd/src/gnu/usr.bin/perl/t/porting/
Dknown_pod_issues.dat160 getpriority(2)
/openbsd/src/gnu/usr.bin/perl/regen/
Dopcodes471 getpriority getpriority ck_fun isT@ S S
/openbsd/src/gnu/usr.bin/perl/os2/
DChanges166 warning-test for getpriority() might lock the system hard on
167 pre-fixpak22 configuration (calling getpriority() on
373 More robust getpriority() on older Warps.
Dos2ish.h802 int getpriority(int which /* ignored */, int pid);
/openbsd/src/lib/libc/
DSymbols.list309 getpriority
/openbsd/src/gnu/usr.bin/perl/t/lib/warnings/
Dop629 # getpriority not present
634 getpriority 1,2; # OP_GETPRIORITY
636 getpriority 1,2; # OP_GETPRIORITY
638 Useless use of getpriority in void context at - line 13.
/openbsd/src/gnu/usr.bin/perl/pod/
Dperltie.pod67 from your system, as well as the getpriority() and setpriority() system
123 $nicety = getpriority(PRIO_PROCESS, $$self);
124 if ($!) { croak "getpriority failed: $!" }
/openbsd/src/gnu/gcc/gcc/
Dsys-protos.h482 extern int getpriority(int, int);
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dsys-protos.h482 extern int getpriority(int, int);

12