| /third_party/musl/src/sched/ |
| D | sched_getparam.c | 9 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam() function
|
| /third_party/musl/porting/liteos_a/user/src/sched/ |
| D | sched_getparam.c | 7 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam() function
|
| /third_party/musl/porting/linux/user/src/sched/ |
| D | sched_getparam.c | 6 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam() function
|
| /third_party/alsa-utils/include/ |
| D | os_compat.h | 39 #define sched_getparam(pid, param) (-1) macro
|
| /third_party/toybox/toys/other/ |
| D | chrt.c | 43 #define sched_getparam(pid, param) \ macro
|
| /third_party/ltp/include/ |
| D | tst_sched.h | 65 int (*sched_getparam)(pid_t pid, struct sched_param *param); member
|
| /third_party/alsa-lib/test/ |
| D | latency.c | 47 #define sched_getparam(pid, parm) (-1) macro
|
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
| D | mod.rs | 1677 pub fn sched_getparam(pid: ::pid_t, param: *mut sched_param) -> ::c_int; in sched_getparam() function
|
| /third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
| D | mod.rs | 2863 pub fn sched_getparam(pid: ::pid_t, param: *mut ::sched_param) -> ::c_int; in sched_getparam() function
|
| /third_party/rust/crates/libc/src/unix/nto/ |
| D | mod.rs | 3056 pub fn sched_getparam(pid: ::pid_t, param: *mut ::sched_param) -> ::c_int; in sched_getparam() function
|
| /third_party/rust/crates/libc/src/unix/solarish/ |
| D | mod.rs | 3000 pub fn sched_getparam(pid: ::pid_t, param: *mut sched_param) -> ::c_int; in sched_getparam() function
|
| /third_party/rust/crates/libc/src/unix/aix/ |
| D | mod.rs | 3201 pub fn sched_getparam(pid: ::pid_t, param: *mut sched_param) -> ::c_int; in sched_getparam() function
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 4227 pub fn sched_getparam(pid: ::pid_t, param: *mut ::sched_param) -> ::c_int; in sched_getparam() function
|
| /third_party/rust/crates/libc/src/unix/linux_like/android/ |
| D | mod.rs | 3802 pub fn sched_getparam(pid: ::pid_t, param: *mut ::sched_param) -> ::c_int; in sched_getparam() function
|
| /third_party/rust/crates/libc/src/unix/hurd/ |
| D | mod.rs | 4038 pub fn sched_getparam(pid: ::pid_t, param: *mut ::sched_param) -> ::c_int; in sched_getparam() function
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/ |
| D | mod.rs | 5263 pub fn sched_getparam(pid: ::pid_t, param: *mut ::sched_param) -> ::c_int; in sched_getparam() function
|