Home
last modified time | relevance | path

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

/third_party/musl/src/sched/
Dsched_getparam.c9 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/alsa-utils/include/
Dos_compat.h39 #define sched_getparam(pid, param) (-1) macro
/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/alsa-lib/test/
Dlatency.c47 #define sched_getparam(pid, parm) (-1) macro
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1677 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/
Dmod.rs2863 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.rs3056 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.rs3000 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/
Dmod.rs3201 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.rs4227 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.rs3802 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/
Dmod.rs4038 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.rs5263 pub fn sched_getparam(pid: ::pid_t, param: *mut ::sched_param) -> ::c_int; in sched_getparam() function