Home
last modified time | relevance | path

Searched defs:sched_rr_get_interval (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/src/sched/
Dsched_rr_get_interval.c4 int sched_rr_get_interval(pid_t pid, struct timespec *ts) in sched_rr_get_interval() function
/third_party/ltp/include/
Dtime64_variants.h52 int (*sched_rr_get_interval)(pid_t pid, void *ts); member
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2779 pub fn sched_rr_get_interval(pid: ::pid_t, t: *mut ::timespec) -> ::c_int; in sched_rr_get_interval() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1636 pub fn sched_rr_get_interval(pid: ::pid_t, t: *mut ::timespec) -> ::c_int; in sched_rr_get_interval() function
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs2823 pub fn sched_rr_get_interval(pid: ::pid_t, tp: *mut ::timespec) -> ::c_int; in sched_rr_get_interval() function
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs3252 pub fn sched_rr_get_interval(pid: ::pid_t, tp: *mut ::timespec) -> ::c_int; in sched_rr_get_interval() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs4150 pub fn sched_rr_get_interval(pid: ::pid_t, tp: *mut ::timespec) -> ::c_int; in sched_rr_get_interval() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs4115 pub fn sched_rr_get_interval(pid: ::pid_t, tp: *mut ::timespec) -> ::c_int; in sched_rr_get_interval() function