Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dchrt.c43 #define sched_getparam(pid, param) \ macro
/external/strace/
Dsched.c60 SYS_FUNC(sched_getparam) in SYS_FUNC() argument
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2546 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.rs3321 pub fn sched_getparam(pid: ::pid_t, param: *mut ::sched_param) -> ::c_int; in sched_getparam() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs4114 pub fn sched_getparam(pid: ::pid_t, param: *mut ::sched_param) -> ::c_int; in sched_getparam() function