Searched defs:sched_getparam (Results 1 – 12 of 12) sorted by relevance
/third_party/musl/src/sched/ |
D | sched_getparam.c | 5 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/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/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 2781 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/freebsdlike/ |
D | mod.rs | 1637 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 | 2991 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 | 2835 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 | 3273 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 | 4171 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 | 4134 pub fn sched_getparam(pid: ::pid_t, param: *mut ::sched_param) -> ::c_int; in sched_getparam() function
|