Home
last modified time | relevance | path

Searched refs:PRIO_PGRP (Results 1 - 25 of 42) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A 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/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/
H A Dmisc_getpriority_test.cpp45 * 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 Dsetpriority01.c29 {PRIO_PGRP, &pid},
38 case PRIO_PGRP: in str_which()
39 return "PRIO_PGRP"; in str_which()
H A Dsetpriority02.c11 * 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 Dgetpriority01.c12 * flags PRIO_PROCESS, PRIO_PGRP and PRIO_USER respectively.
26 {PRIO_PGRP, 0, 0},
H A Dgetpriority02.c11 * 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 Drenice.c24 int which = (toys.optflags & FLAG_g) ? PRIO_PGRP : in renice_main()
/third_party/musl/libc-test/src/api/
H A Dsys_resource.c11 C(PRIO_PGRP) in f()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dresource.h65 #define PRIO_PGRP 1 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dresource.h65 #define PRIO_PGRP 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dresource.h65 #define PRIO_PGRP 1 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dresource.h65 #define PRIO_PGRP 1 macro
/third_party/musl/include/sys/
H A Dresource.h65 #define PRIO_PGRP 1 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
H A Dsyscalls.rs28 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 Dmod.rs235 pub const PRIO_PGRP: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs582 pub const PRIO_PGRP: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs635 pub const PRIO_PGRP: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs537 pub const PRIO_PGRP: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs943 pub const PRIO_PGRP: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs913 pub const PRIO_PGRP: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1669 pub const PRIO_PGRP: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs637 pub const PRIO_PGRP: ::__priority_which_t = 1; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1436 pub const PRIO_PGRP: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2325 pub const PRIO_PGRP: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2716 pub const PRIO_PGRP: ::c_int = 1; consts

Completed in 48 milliseconds

12