/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
H A 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/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/ |
H A D | misc_getpriority_test.cpp | 45 * the priority PRIO of the current PRIO_PGRP and ensure that the return value matches the expected 51 int result1 = setpriority(PRIO_PGRP, getpgid(getpid()), PRIORITY); in HWTEST_F() 53 int result2 = getpriority(PRIO_PGRP, getpgid(getpid())); in HWTEST_F()
|
/third_party/ltp/testcases/kernel/syscalls/setpriority/ |
H A D | setpriority01.c | 29 {PRIO_PGRP, &pid}, 38 case PRIO_PGRP: in str_which() 39 return "PRIO_PGRP"; in str_which()
|
H A D | setpriority02.c | 11 * argument was not one of PRIO_PROCESS, PRIO_PGRP, or PRIO_USER. 46 {PRIO_PGRP, INVAL_ID, NEW_PRIO, ESRCH, 0}, 50 {PRIO_PGRP, 0, NEW_PRIO, EACCES, 1},
|
/third_party/ltp/testcases/kernel/syscalls/getpriority/ |
H A D | getpriority01.c | 12 * flags PRIO_PROCESS, PRIO_PGRP and PRIO_USER respectively. 26 {PRIO_PGRP, 0, 0},
|
H A D | getpriority02.c | 11 * argument was not one of PRIO_PROCESS, PRIO_PGRP, or PRIO_USER. 34 {PRIO_PGRP, INVAL_ID, ESRCH},
|
/third_party/toybox/toys/posix/ |
H A D | renice.c | 24 int which = (toys.optflags & FLAG_g) ? PRIO_PGRP : in renice_main()
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_resource.c | 11 C(PRIO_PGRP) in f()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | resource.h | 65 #define PRIO_PGRP 1 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | resource.h | 65 #define PRIO_PGRP 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | resource.h | 65 #define PRIO_PGRP 1 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | resource.h | 65 #define PRIO_PGRP 1 macro
|
/third_party/musl/include/sys/ |
H A D | resource.h | 65 #define PRIO_PGRP 1 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/process/ |
H A D | syscalls.rs | 28 rlimit64, PRIO_PGRP, PRIO_PROCESS, PRIO_USER, RLIM64_INFINITY, RLIM_INFINITY, 276 c_uint(PRIO_PGRP), 311 c_uint(PRIO_PGRP),
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
H A D | mod.rs | 235 pub const PRIO_PGRP: ::c_int = 1; consts
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 582 pub const PRIO_PGRP: ::c_int = 1; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
H A D | mod.rs | 635 pub const PRIO_PGRP: ::c_int = 1; consts
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 537 pub const PRIO_PGRP: ::c_int = 1; consts
|
/third_party/rust/crates/libc/src/unix/hermit/ |
H A D | mod.rs | 943 pub const PRIO_PGRP: ::c_int = 1; consts
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 913 pub const PRIO_PGRP: ::c_int = 1; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1669 pub const PRIO_PGRP: ::c_int = 1; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 637 pub const PRIO_PGRP: ::__priority_which_t = 1; consts
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1436 pub const PRIO_PGRP: ::c_int = 1; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 2325 pub const PRIO_PGRP: ::c_int = 1; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 2716 pub const PRIO_PGRP: ::c_int = 1; consts
|