Home
last modified time | relevance | path

Searched refs:__kernel_timespec (Results 1 - 25 of 27) sorted by relevance

12

/third_party/rust/crates/rustix/src/backend/linux_raw/thread/
H A Dsyscalls.rs18 use linux_raw_sys::general::{__kernel_pid_t, __kernel_timespec, TIMER_ABSTIME};
27 req: &__kernel_timespec,
31 let mut rem = MaybeUninit::<__kernel_timespec>::uninit();
55 let mut rem = MaybeUninit::<__kernel_timespec>::uninit();
73 req: &__kernel_timespec, in clock_nanosleep_relative_old()
74 rem: &mut MaybeUninit<__kernel_timespec>, in clock_nanosleep_relative_old()
92 __kernel_timespec { in clock_nanosleep_relative_old()
101 pub(crate) fn clock_nanosleep_absolute(id: ClockId, req: &__kernel_timespec) -> io::Result<()> {
134 unsafe fn clock_nanosleep_absolute_old(id: ClockId, req: &__kernel_timespec) -> io::Result<()> { in clock_nanosleep_absolute_old()
149 pub(crate) fn nanosleep(req: &__kernel_timespec)
[all...]
/third_party/rust/crates/rustix/src/backend/linux_raw/time/
H A Dsyscalls.rs21 use linux_raw_sys::general::__kernel_timespec;
33 pub(crate) fn clock_getres(which_clock: ClockId) -> __kernel_timespec {
36 let mut result = MaybeUninit::<__kernel_timespec>::uninit();
47 let mut result = MaybeUninit::<__kernel_timespec>::uninit();
54 unsafe fn clock_getres_old(which_clock: ClockId, result: &mut MaybeUninit<__kernel_timespec>) { in clock_getres_old()
61 __kernel_timespec { in clock_getres_old()
166 it_interval: __kernel_timespec { in timerfd_settime_old()
170 it_value: __kernel_timespec { in timerfd_settime_old()
218 it_interval: __kernel_timespec { in timerfd_gettime_old()
222 it_value: __kernel_timespec { in timerfd_gettime_old()
[all...]
H A Dtypes.rs6 pub type Timespec = linux_raw_sys::general::__kernel_timespec;
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dvdso_wrappers.rs26 use linux_raw_sys::general::{__kernel_clockid_t, __kernel_timespec};
29 pub(crate) fn clock_gettime(which_clock: ClockId) -> __kernel_timespec {
34 let mut result = MaybeUninit::<__kernel_timespec>::uninit();
/third_party/ltp/include/
H A Dtst_timer.h98 #ifndef __kernel_timespec
119 struct __kernel_timespec { struct
134 struct __kernel_timespec it_interval; /* timer period */
135 struct __kernel_timespec it_value; /* timer expiration */
151 struct __kernel_timespec kern_ts;
/third_party/ltp/include/lapi/
H A Depoll.h48 struct __kernel_timespec ts; in epoll_pwait2()
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dsyscalls.rs759 use linux_raw_sys::general::{__kernel_timespec, timeval};
951 /// `__kernel_timespec` and `_OLD` constants instead of `_NEW`.
974 let time: __kernel_timespec = match getsockopt(fd, c::SOL_SOCKET, optname) {
984 /// `__kernel_timespec` and `_OLD` constants instead of `_NEW`.
996 fn duration_from_linux(time: __kernel_timespec) -> Option<Duration> { in duration_from_linux()
1020 fn duration_to_linux(timeout: Option<Duration>) -> io::Result<__kernel_timespec> { in duration_to_linux()
1026 let mut timeout = __kernel_timespec { in duration_to_linux()
1035 None => __kernel_timespec { in duration_to_linux()
/third_party/rust/crates/linux-raw-sys/src/
H A Dlib.rs67 impl PartialEq for general::__kernel_timespec {
79 impl Eq for general::__kernel_timespec {}
/third_party/ltp/testcases/kernel/syscalls/select/
H A Dselect_var.h66 struct __kernel_timespec _ts; in do_select_faulty_to()
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dsyscalls.rs39 linux_raw_sys::general::{__kernel_timespec, sigset_t},
540 Some(__kernel_timespec {
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h98 struct __kernel_timespec { struct
/third_party/ltp/testcases/kernel/syscalls/utimensat/
H A Dutimensat01.c127 struct __kernel_timespec kern_ts[2];
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dsyscalls.rs38 __kernel_fsid_t, __kernel_timespec, open_how, statx, AT_EACCESS, AT_FDCWD, AT_REMOVEDIR,
1226 let _ = unsafe { core::mem::transmute::<Timestamps, [__kernel_timespec; 2]>(times.clone()) }; in _utimensat()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs3331 pub struct __kernel_timespec { structure names
3338 pub it_interval: __kernel_timespec,
3339 pub it_value: __kernel_timespec,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs3330 pub struct __kernel_timespec { structure names
3337 pub it_interval: __kernel_timespec,
3338 pub it_value: __kernel_timespec,
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs3310 pub struct __kernel_timespec { structure names
3317 pub it_interval: __kernel_timespec,
3318 pub it_value: __kernel_timespec,
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs3446 pub struct __kernel_timespec { structure names
3453 pub it_interval: __kernel_timespec,
3454 pub it_value: __kernel_timespec,
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs3515 pub struct __kernel_timespec { structure names
3522 pub it_interval: __kernel_timespec,
3523 pub it_value: __kernel_timespec,
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs3468 pub struct __kernel_timespec { structure names
3475 pub it_interval: __kernel_timespec,
3476 pub it_value: __kernel_timespec,
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs3579 pub struct __kernel_timespec { structure names
3586 pub it_interval: __kernel_timespec,
3587 pub it_value: __kernel_timespec,
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs3414 pub struct __kernel_timespec { structure names
3421 pub it_interval: __kernel_timespec,
3422 pub it_value: __kernel_timespec,
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs3679 pub struct __kernel_timespec { structure names
3686 pub it_interval: __kernel_timespec,
3687 pub it_value: __kernel_timespec,
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs3383 pub struct __kernel_timespec { structure names
3390 pub it_interval: __kernel_timespec,
3391 pub it_value: __kernel_timespec,
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs3655 pub struct __kernel_timespec { structure names
3662 pub it_interval: __kernel_timespec,
3663 pub it_value: __kernel_timespec,
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs3361 pub struct __kernel_timespec { structure names
3368 pub it_interval: __kernel_timespec,
3369 pub it_value: __kernel_timespec,

Completed in 183 milliseconds

12