Searched refs:PRIO_PGRP (Results 1 – 15 of 15) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
D | getpriority.c | 38 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/ |
D | setpriority02.c | 46 {PRIO_PGRP, INVAL_ID, NEW_PRIO, ESRCH, 0}, 50 {PRIO_PGRP, 0, NEW_PRIO, EACCES, 1},
|
D | setpriority01.c | 29 {PRIO_PGRP, &pid}, 38 case PRIO_PGRP: in str_which()
|
/third_party/ltp/testcases/kernel/syscalls/getpriority/ |
D | getpriority01.c | 26 {PRIO_PGRP, 0, 0},
|
D | getpriority02.c | 34 {PRIO_PGRP, INVAL_ID, ESRCH},
|
/third_party/toybox/toys/posix/ |
D | renice.c | 24 int which = (toys.optflags & FLAG_g) ? PRIO_PGRP :
|
/third_party/musl/libc-test/src/api/ |
D | sys_resource.c | 11 C(PRIO_PGRP) in f()
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | resource.h | 65 #define PRIO_PGRP 1 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | resource.h | 65 #define PRIO_PGRP 1 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | resource.h | 65 #define PRIO_PGRP 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | resource.h | 65 #define PRIO_PGRP 1 macro
|
/third_party/musl/include/sys/ |
D | resource.h | 65 #define PRIO_PGRP 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | resource.h | 65 #define PRIO_PGRP 1 macro
|
/third_party/python/Doc/library/ |
D | os.rst | 442 :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/ |
D | posixmodule.c | 14979 #ifdef PRIO_PGRP in all_ins() 14980 if (PyModule_AddIntMacro(m, PRIO_PGRP)) return -1; in all_ins()
|