/external/openssh/openbsd-compat/ |
D | bsd-misc.h | 84 struct timespec { struct 92 int nanosleep(const struct timespec *, struct timespec *); argument
|
/external/kernel-headers/original/uapi/linux/ |
D | time.h | 11 struct timespec { struct 23 struct timespec it_interval;/* timer period */ argument
|
/external/libusb/libusb/os/ |
D | threads_windows.h | 63 struct timespec { struct 64 long tv_sec; 65 long tv_nsec;
|
/external/adhd/cras/src/server/rust/src/ |
D | rate_estimator_bindings.rs | 18 window_size: *const libc::timespec, in rate_estimator_create() 69 now: *const libc::timespec, in rate_estimator_check()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/ |
D | Builders.kt | 63 val timespec = alloc<timespec>() in <lambda>() constant
|
/external/mesa3d/src/util/tests/timespec/ |
D | meson.build | 21 test(
|
/external/llvm-project/clang/test/Modules/Inputs/odr_hash-elaborated-types/ |
D | textual_time.h | 4 struct timespec { }; struct
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | time.pyx.pxi | 27 cdef double _time_from_timespec(gpr_timespec timespec):
|
D | time.pxd.pxi | 19 cdef double _time_from_timespec(gpr_timespec timespec)
|
/external/llvm-project/clang/test/Analysis/ |
D | std-c-library-functions-POSIX.c | 253 struct timespec { int x; }; struct
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
D | mod.rs | 223 rqtp: *const ::timespec, in clock_nanosleep() 224 rmtp: *mut ::timespec, in clock_nanosleep()
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
D | mod.rs | 227 rqtp: *const ::timespec, in clock_nanosleep() 228 rmtp: *mut ::timespec, in clock_nanosleep()
|
/external/grpc-grpc/src/csharp/Grpc.Core/Profiling/ |
D | ProfilerEntry.cs | 42 public Timespec timespec; field
|
/external/rust/crates/chrono/src/offset/ |
D | local.rs | 161 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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-spuriously-wake-up-functions.c | 13 struct timespec {}; struct
|
/external/ltp/testcases/kernel/syscalls/statx/ |
D | statx06.c | 56 struct timespec *timespec) in timestamp_to_timespec()
|
/external/rust/crates/parking_lot_core/src/thread_parker/ |
D | linux.rs | 106 fn futex_wait(&self, ts: Option<libc::timespec>) { in futex_wait()
|
D | unix.rs | 219 fn timeout_to_timespec(timeout: Duration) -> Option<libc::timespec> { in timeout_to_timespec()
|
/external/rust/crates/nix/src/sys/ |
D | event.rs | 291 if let Some(ref timeout) = timeout_opt {timeout as *const timespec} else {ptr::null()}) in kevent_ts() constant
|
D | time.rs | 95 fn as_ref(&self) -> ×pec { in as_ref() 101 fn as_mut(&mut self) -> &mut timespec { in as_mut() 533 let timespec = TimeSpec::nanoseconds(123_123_456_789); in test_timespec_from() localVariable
|
/external/python/pycparser/tests/c_files/ |
D | cppd_with_stdio_h.c | 3395 struct timespec { struct 3401 struct timespec it_interval; argument
|
/external/crosvm/sys_util/src/ |
D | lib.rs | 480 pub fn duration_to_timespec(duration: Duration) -> libc::timespec { in duration_to_timespec()
|
/external/python/cpython3/Lib/ |
D | datetime.py | 160 def _format_time(hh, mm, ss, us, timespec='auto'): argument 1448 def isoformat(self, timespec='auto'): argument 1928 def isoformat(self, sep='T', timespec='auto'): argument
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 1829 rqtp: *const ::timespec, in clock_nanosleep() 1830 rmtp: *mut ::timespec, in clock_nanosleep() 1845 timeout: *const ::timespec, in aio_suspend() 1963 timeout: *const ::timespec, in kevent() 1996 abs_timeout: *const ::timespec, in mq_timedreceive() 2004 abs_timeout: *const ::timespec, in mq_timedsend() 2028 timeout: *const ::timespec, in sigtimedwait() 2051 timeout: *mut ::timespec, in recvmmsg()
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1430 host: *const ::timespec, in pthread_rwlock_timedrdlock() 1442 host: *const ::timespec, in pthread_rwlock_timedwrlock() 1467 abstime: *const ::timespec, in pthread_cond_timedwait() 1492 rqtp: *const ::timespec, in clock_nanosleep() 1493 rmtp: *mut ::timespec, in clock_nanosleep() 1497 pub fn nanosleep(rqtp: *const ::timespec, rmtp: *mut ::timespec) -> ::c_int; in nanosleep() 1795 abs_timeout: *const ::timespec, in mq_timedreceive() 1808 abs_timeout: *const ::timespec, in mq_timedsend()
|