Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dthreads_windows.h40 struct timespec { struct
41 long tv_sec;
42 long tv_nsec;
/external/openssh/openbsd-compat/
Dbsd-misc.h73 struct timespec { struct
78 int nanosleep(const struct timespec *, struct timespec *); argument
/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/kernel-headers/original/uapi/linux/
Dtime.h10 struct timespec { struct
11 __kernel_time_t tv_sec; /* seconds */
12 long tv_nsec; /* nanoseconds */
Dcoda.h89 struct timespec { struct
90 long ts_sec;
114 struct timespec { struct
115 time_t tv_sec; /* seconds */
116 long tv_nsec; /* nanoseconds */
/external/grpc-grpc/src/csharp/Grpc.Core/Profiling/
DProfilerEntry.cs42 public Timespec timespec; field
/external/mesa3d/include/c11/
Dthreads_win32.h87 struct timespec { struct
88 time_t tv_sec;
89 long tv_nsec;
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx06.c57 struct timespec *timespec) in timestamp_to_timespec()
/external/libxcam/xcore/base/
Dxcam_defs.h97 #define XCAM_TIMESPEC_2_USEC(timespec) ((timespec).tv_sec*1000000LL + (timespec).tv_nsec/1000) argument
/external/python/cpython3/Lib/
Ddatetime.py156 def _format_time(hh, mm, ss, us, timespec='auto'): argument
1365 def isoformat(self, timespec='auto'): argument
1850 def isoformat(self, sep='T', timespec='auto'): argument
/external/e2fsprogs/misc/
Dfuse2fs.c395 #define EXT4_INODE_SET_XTIME(xtime, timespec, raw_inode) \ argument
403 #define EXT4_EINODE_SET_XTIME(xtime, timespec, raw_inode) \ argument
412 #define EXT4_INODE_GET_XTIME(xtime, timespec, raw_inode) \ argument
422 #define EXT4_EINODE_GET_XTIME(xtime, timespec, raw_inode) \ argument
/external/bcc/src/python/bcc/
D__init__.py181 class timespec(ct.Structure): class in BPF
/external/u-boot/fs/ubifs/
Dubifs.h74 struct timespec { struct
79 static struct timespec current_fs_time(struct super_block *sb) in current_fs_time() argument
/external/openssh/
Dssh-keygen.c1744 parse_cert_times(char *timespec) in parse_cert_times()
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2452 class timespec(Structure): class
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2452 class timespec(Structure): class
/external/python/cpython3/Modules/
D_datetimemodule.c4085 char *timespec = NULL; in time_isoformat() local
5315 char *timespec = NULL; in datetime_isoformat() local