Home
last modified time | relevance | path

Searched refs:PRIO_PGRP (Results 1 – 15 of 15) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/misc/
Dgetpriority.c38 ret = getpriority(PRIO_PGRP, getpgid(getpid())); in getpriority_0100()
69 ret = setpriority(PRIO_PGRP, getpgid(getpid()), i); in getpriority_0200()
73 ret = getpriority(PRIO_PGRP, getpgid(getpid())); in getpriority_0200()
/third_party/ltp/testcases/kernel/syscalls/setpriority/
Dsetpriority02.c46 {PRIO_PGRP, INVAL_ID, NEW_PRIO, ESRCH, 0},
50 {PRIO_PGRP, 0, NEW_PRIO, EACCES, 1},
Dsetpriority01.c29 {PRIO_PGRP, &pid},
38 case PRIO_PGRP: in str_which()
/third_party/ltp/testcases/kernel/syscalls/getpriority/
Dgetpriority01.c26 {PRIO_PGRP, 0, 0},
Dgetpriority02.c34 {PRIO_PGRP, INVAL_ID, ESRCH},
/third_party/toybox/toys/posix/
Drenice.c24 int which = (toys.optflags & FLAG_g) ? PRIO_PGRP :
/third_party/musl/libc-test/src/api/
Dsys_resource.c11 C(PRIO_PGRP) in f()
/third_party/musl/porting/uniproton/kernel/include/sys/
Dresource.h65 #define PRIO_PGRP 1 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dresource.h65 #define PRIO_PGRP 1 macro
/third_party/musl/ndk_musl_include/sys/
Dresource.h65 #define PRIO_PGRP 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dresource.h65 #define PRIO_PGRP 1 macro
/third_party/musl/include/sys/
Dresource.h65 #define PRIO_PGRP 1 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dresource.h65 #define PRIO_PGRP 1 macro
/third_party/python/Doc/library/
Dos.rst442 :const:`PRIO_PROCESS`, :const:`PRIO_PGRP`, or :const:`PRIO_USER`, and *who*
444 :const:`PRIO_PROCESS`, process group identifier for :const:`PRIO_PGRP`, and a
455 PRIO_PGRP
585 :const:`PRIO_PROCESS`, :const:`PRIO_PGRP`, or :const:`PRIO_USER`, and *who*
587 :const:`PRIO_PROCESS`, process group identifier for :const:`PRIO_PGRP`, and a
/third_party/python/Modules/
Dposixmodule.c14979 #ifdef PRIO_PGRP in all_ins()
14980 if (PyModule_AddIntMacro(m, PRIO_PGRP)) return -1; in all_ins()