Searched defs:sched_setparam (Results 1 – 11 of 11) sorted by relevance
/third_party/musl/porting/linux/user/src/sched/ |
D | sched_setparam.c | 5 int sched_setparam(pid_t pid, const struct sched_param *param) in sched_setparam() function
|
/third_party/musl/src/sched/ |
D | sched_setparam.c | 8 int sched_setparam(pid_t pid, const struct sched_param *param) in sched_setparam() function
|
/third_party/musl/porting/liteos_a/user/src/sched/ |
D | sched_setparam.c | 6 int sched_setparam(pid_t pid, const struct sched_param *param) in sched_setparam() function
|
/third_party/ltp/include/ |
D | tst_sched.h | 64 int (*sched_setparam)(pid_t pid, const struct sched_param *param); member
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1638 pub fn sched_setparam(pid: ::pid_t, param: *const sched_param) -> ::c_int; in sched_setparam() function
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 2780 pub fn sched_setparam(pid: ::pid_t, param: *const ::sched_param) -> ::c_int; in sched_setparam() function
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 2992 pub fn sched_setparam(pid: ::pid_t, param: *const sched_param) -> ::c_int; in sched_setparam() function
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 2826 pub fn sched_setparam(pid: ::pid_t, param: *const ::sched_param) -> ::c_int; in sched_setparam() function
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 3255 pub fn sched_setparam(pid: ::pid_t, param: *const ::sched_param) -> ::c_int; in sched_setparam() function
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 4153 pub fn sched_setparam(pid: ::pid_t, param: *const ::sched_param) -> ::c_int; in sched_setparam() function
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 4118 pub fn sched_setparam(pid: ::pid_t, param: *const ::sched_param) -> ::c_int; in sched_setparam() function
|