Home
last modified time | relevance | path

Searched defs:sched_getparam (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/src/sched/
Dsched_getparam.c5 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam() function
/third_party/musl/porting/liteos_a/user/src/sched/
Dsched_getparam.c7 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam() function
/third_party/musl/porting/linux/user/src/sched/
Dsched_getparam.c6 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam() function
/third_party/toybox/toys/other/
Dchrt.c43 #define sched_getparam(pid, param) \ macro
/third_party/ltp/include/
Dtst_sched.h65 int (*sched_getparam)(pid_t pid, struct sched_param *param); member
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2781 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/
Dmod.rs1637 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/
Dmod.rs2991 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/
Dmod.rs2835 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/
Dmod.rs3273 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/
Dmod.rs4171 pub fn sched_getparam(pid: ::pid_t, param: *mut ::sched_param) -> ::c_int; in sched_getparam() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs4134 pub fn sched_getparam(pid: ::pid_t, param: *mut ::sched_param) -> ::c_int; in sched_getparam() function