Home
last modified time | relevance | path

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

123

/third_party/mesa3d/src/c11/
Dtime.h31 struct timespec struct
44 timespec_get(struct timespec *ts, int base); argument
/third_party/ntfs-3g/include/ntfs-3g/
Dntfstime.h43 struct timespec { struct
60 * ntfs2timespec - Convert an NTFS time to Unix time argument
68 static __inline__ struct timespec ntfs2timespec(ntfs_time ntfstime) in ntfs2timespec() argument
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/libcompat/
Dlibcompat.h169 struct timespec struct
183 struct timespec it_interval; argument
/third_party/alsa-lib/include/
Dglobal.h144 struct timespec { struct
154 typedef struct timespec snd_htimestamp_t; argument
/third_party/rust/crates/rustix/src/backend/libc/time/
Dsyscalls.rs49 let mut timespec = MaybeUninit::<LibcTimespec>::uninit(); in clock_getres() localVariable
100 let mut timespec = MaybeUninit::<LibcTimespec>::uninit(); in clock_gettime() localVariable
155 let mut timespec = MaybeUninit::<LibcTimespec>::uninit(); in clock_gettime_dynamic() localVariable
/third_party/rust/crates/rustix/tests/time/
Dmain.rs13 mod timespec; module
/third_party/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
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/
Dmod.rs479 rqtp: *const ::timespec, in clock_nanosleep()
480 rmtp: *mut ::timespec, in clock_nanosleep()
/third_party/ltp/testcases/kernel/syscalls/statx/
Dstatx06.c41 struct timespec *timespec) in timestamp_to_timespec()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/
Dmod.rs498 rqtp: *const ::timespec, in clock_nanosleep()
499 rmtp: *mut ::timespec, in clock_nanosleep()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/
Dmod.rs498 rqtp: *const ::timespec, in clock_nanosleep()
499 rmtp: *mut ::timespec, in clock_nanosleep()
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dalltypes.h285 struct timespec { time_t tv_sec; long tv_nsec; }; struct
/third_party/ffmpeg/libavutil/tests/
Dparseutils.c135 const char *fmt, *timespec; in test_av_small_strptime() member
/third_party/flutter/glfw/deps/
Dtinycthread.h116 #define timespec _ttherad_timespec macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dalltypes.h223 struct timespec { time_t tv_sec; int :8*(sizeof(time_t)-sizeof(long))*(__BYTE_ORDER==4321); long tv… struct
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dalltypes.h223 struct timespec { time_t tv_sec; int :8*(sizeof(time_t)-sizeof(long))*(__BYTE_ORDER==4321); long tv… argument
/third_party/musl/porting/uniproton/kernel/include/bits/
Dalltypes.h223 struct timespec { time_t tv_sec; int :8*(sizeof(time_t)-sizeof(long))*(__BYTE_ORDER==4321); long tv… struct
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
Dmod.rs338 __relative_timeout: *const ::timespec, in __system_property_wait()
/third_party/rust/crates/rustix/src/backend/linux_raw/
Dvdso_wrappers.rs72 let mut timespec = MaybeUninit::<Timespec>::uninit(); in clock_gettime_dynamic() localVariable
/third_party/python/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
/third_party/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()
/third_party/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()
/third_party/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()
/third_party/alsa-lib/src/pcm/
Dpcm_file.c907 struct timespec timespec; in snd_pcm_file_open() local

123