| /third_party/mesa3d/src/c11/ |
| D | time.h | 31 struct timespec struct 44 timespec_get(struct timespec *ts, int base); argument
|
| /third_party/ntfs-3g/include/ntfs-3g/ |
| D | ntfstime.h | 43 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/ |
| D | libcompat.h | 169 struct timespec struct 183 struct timespec it_interval; argument
|
| /third_party/alsa-lib/include/ |
| D | global.h | 144 struct timespec { struct 154 typedef struct timespec snd_htimestamp_t; argument
|
| /third_party/rust/crates/rustix/src/backend/libc/time/ |
| D | syscalls.rs | 49 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/ |
| D | main.rs | 13 mod timespec; module
|
| /third_party/rust/crates/nix/src/sys/ |
| D | event.rs | 300 timeout_opt: Option<timespec>, in kevent_ts() 310 timeout as *const timespec in kevent_ts() constant
|
| D | time.rs | 228 fn as_ref(&self) -> ×pec { 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/ |
| D | mod.rs | 479 rqtp: *const ::timespec, in clock_nanosleep() 480 rmtp: *mut ::timespec, in clock_nanosleep()
|
| /third_party/ltp/testcases/kernel/syscalls/statx/ |
| D | statx06.c | 41 struct timespec *timespec) in timestamp_to_timespec()
|
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
| D | mod.rs | 498 rqtp: *const ::timespec, in clock_nanosleep() 499 rmtp: *mut ::timespec, in clock_nanosleep()
|
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
| D | mod.rs | 498 rqtp: *const ::timespec, in clock_nanosleep() 499 rmtp: *mut ::timespec, in clock_nanosleep()
|
| /third_party/musl/porting/liteos_a/kernel/include/bits/ |
| D | alltypes.h | 285 struct timespec { time_t tv_sec; long tv_nsec; }; struct
|
| /third_party/ffmpeg/libavutil/tests/ |
| D | parseutils.c | 135 const char *fmt, *timespec; in test_av_small_strptime() member
|
| /third_party/flutter/glfw/deps/ |
| D | tinycthread.h | 116 #define timespec _ttherad_timespec macro
|
| /third_party/musl/porting/liteos_m/user/include/bits/ |
| D | alltypes.h | 223 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/ |
| D | alltypes.h | 223 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/ |
| D | alltypes.h | 223 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/ |
| D | mod.rs | 338 __relative_timeout: *const ::timespec, in __system_property_wait()
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/ |
| D | vdso_wrappers.rs | 72 let mut timespec = MaybeUninit::<Timespec>::uninit(); in clock_gettime_dynamic() localVariable
|
| /third_party/python/Lib/ |
| D | datetime.py | 161 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/ |
| D | mod.rs | 1445 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/ |
| D | wasi.rs | 521 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/ |
| D | mod.rs | 2422 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/ |
| D | pcm_file.c | 907 struct timespec timespec; in snd_pcm_file_open() local
|