Home
last modified time | relevance | path

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

/external/musl/src/sched/
Dsched_getparam.c5 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam() function
/external/toybox/toys/other/
Dchrt.c42 #define sched_getparam(pid, param) \ macro
/external/strace/
Dsched.c60 SYS_FUNC(sched_getparam) in SYS_FUNC() argument
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2520 pub fn sched_getparam(pid: ::pid_t, param: *mut sched_param) -> ::c_int; in sched_getparam() function
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1605 pub fn sched_getparam(pid: ::pid_t, param: *mut sched_param) -> ::c_int; in sched_getparam() function
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs2782 pub fn sched_getparam(pid: ::pid_t, param: *mut sched_param) -> ::c_int; in sched_getparam() function
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2791 pub fn sched_getparam(pid: ::pid_t, param: *mut ::sched_param) -> ::c_int; in sched_getparam() function
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3722 pub fn sched_getparam(pid: ::pid_t, param: *mut ::sched_param) -> ::c_int; in sched_getparam() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs4119 pub fn sched_getparam(pid: ::pid_t, param: *mut ::sched_param) -> ::c_int; in sched_getparam() function