Home
last modified time | relevance | path

Searched defs:timespec (Results 1 – 25 of 50) sorted by relevance

12

/external/kernel-headers/original/uapi/linux/
Dtime.h11 struct timespec { struct
23 struct timespec it_interval;/* timer period */ argument
/external/libusb/libusb/os/
Dthreads_windows.h63 struct timespec { struct
64 long tv_sec;
65 long tv_nsec;
/external/mesa3d/src/util/tests/timespec/
Dmeson.build21 test(
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dtime.pxd.pxi19 cdef double _time_from_timespec(gpr_timespec timespec)
Dtime.pyx.pxi27 cdef double _time_from_timespec(gpr_timespec timespec):
/external/cronet/third_party/libevent/compat/sys/
D_libevent_time.h52 struct timespec { struct
53 time_t tv_sec; /* seconds */
54 long tv_nsec; /* and nanoseconds */
/external/rust/crates/nix/src/sys/
Devent.rs300 timeout_opt: Option<timespec>, in kevent_ts()
310 timeout as *const timespec in kevent_ts() constant
Dtime.rs228 fn as_ref(&self) -> &timespec { in as_ref()
234 fn as_mut(&mut self) -> &mut timespec { in as_mut()
736 let timespec = TimeSpec::nanoseconds(123_123_456_789); in test_timespec_from() localVariable
/external/rust/crates/chrono/src/offset/
Dlocal.rs161 let timespec = datetime_to_timespec(local, true); in from_local_datetime() localVariable
185 let timespec = datetime_to_timespec(utc, false); in from_utc_datetime() localVariable
/external/grpc-grpc/src/csharp/Grpc.Core/Profiling/
DProfilerEntry.cs42 public Timespec timespec; field
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/
Dmod.rs479 rqtp: *const ::timespec, in clock_nanosleep()
480 rmtp: *mut ::timespec, in clock_nanosleep()
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx06.c40 struct timespec *timespec) in timestamp_to_timespec()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/
Dmod.rs498 rqtp: *const ::timespec, in clock_nanosleep()
499 rmtp: *mut ::timespec, in clock_nanosleep()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/
Dmod.rs498 rqtp: *const ::timespec, in clock_nanosleep()
499 rmtp: *mut ::timespec, in clock_nanosleep()
/external/rust/crates/parking_lot_core/src/thread_parker/
Dlinux.rs106 fn futex_wait(&self, ts: Option<libc::timespec>) { in futex_wait()
Dunix.rs231 fn timeout_to_timespec(timeout: Duration) -> Option<libc::timespec> { in timeout_to_timespec()
/external/python/pycparser/tests/c_files/
Dcppd_with_stdio_h.c3395 struct timespec { struct
3401 struct timespec it_interval; argument
/external/rust/crates/libc/src/unix/linux_like/android/b64/
Dmod.rs338 __relative_timeout: *const ::timespec, in __system_property_wait()
/external/python/cpython3/Lib/
Ddatetime.py161 def _format_time(hh, mm, ss, us, timespec='auto'): argument
1417 def isoformat(self, timespec='auto'): argument
1897 def isoformat(self, sep='T', timespec='auto'): argument
/external/rust/crates/libc/src/vxworks/
Dmod.rs1445 host: *const ::timespec, in pthread_rwlock_timedrdlock()
1457 host: *const ::timespec, in pthread_rwlock_timedwrlock()
1482 abstime: *const ::timespec, in pthread_cond_timedwait()
1507 rqtp: *const ::timespec, in clock_nanosleep()
1508 rmtp: *mut ::timespec, in clock_nanosleep()
1512 pub fn nanosleep(rqtp: *const ::timespec, rmtp: *mut ::timespec) -> ::c_int; in nanosleep()
1810 abs_timeout: *const ::timespec, in mq_timedreceive()
1823 abs_timeout: *const ::timespec, in mq_timedsend()
/external/crosvm/base/src/sys/unix/
Dmod.rs565 pub fn duration_to_timespec(duration: Duration) -> libc::timespec { in duration_to_timespec()
/external/e2fsprogs/misc/
Dfuse2fs.c398 #define EXT4_INODE_SET_XTIME(xtime, timespec, raw_inode) \ argument
406 #define EXT4_EINODE_SET_XTIME(xtime, timespec, raw_inode) \ argument
415 #define EXT4_INODE_GET_XTIME(xtime, timespec, raw_inode) \ argument
425 #define EXT4_EINODE_GET_XTIME(xtime, timespec, raw_inode) \ argument
/external/rust/crates/quiche/src/
Dffi.rs1497 fn std_time_to_c(time: &std::time::Instant, out: &mut timespec) { in std_time_to_c()
1499 ptr::copy_nonoverlapping(time as *const _ as *const timespec, out, 1) in std_time_to_c() constant
1504 fn std_time_to_c(_time: &std::time::Instant, out: &mut timespec) { in std_time_to_c()
/external/rust/crates/libc/src/
Dwasi.rs521 pub fn nanosleep(a: *const timespec, b: *mut timespec) -> c_int; in nanosleep()
524 pub fn clock_nanosleep(a: clockid_t, a2: c_int, b: *const timespec, c: *mut timespec) -> c_int; in clock_nanosleep()
714 times: *const ::timespec, in utimensat()
787 times: *const ::timespec, in __wasilibc_nocwd_utimensat()
795 times: *const ::timespec, in __wasilibc_utimens()
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2422 rqtp: *const ::timespec, in clock_nanosleep()
2423 rmtp: *mut ::timespec, in clock_nanosleep()
2440 timeout: *const ::timespec, in aio_suspend()
2596 timeout: *const ::timespec, in kevent()
2629 abs_timeout: *const ::timespec, in mq_timedreceive()
2637 abs_timeout: *const ::timespec, in mq_timedsend()
2681 timeout: *const ::timespec, in sigtimedwait()
2713 timeout: *mut ::timespec, in recvmmsg()
2793 ts: *const ::timespec, in pollts()

12