Searched defs:timespec (Results 1 – 12 of 12) sorted by relevance
/external/libvncserver/compat/msvc/sys/ |
D | time.h | 14 struct timespec { struct 16 time_t tv_sec; /* Seconds since 00:00:00 GMT, */ 20 long tv_nsec; /* Additional nanoseconds since */
|
/external/libusb/libusb/os/ |
D | threads_windows.h | 40 struct timespec { struct 41 long tv_sec; 42 long tv_nsec;
|
/external/openssh/openbsd-compat/ |
D | bsd-misc.h | 75 struct timespec { struct 80 int nanosleep(const struct timespec *, struct timespec *); argument
|
/external/kernel-headers/original/uapi/linux/ |
D | time.h | 9 struct timespec { struct 10 __kernel_time_t tv_sec; /* seconds */ 11 long tv_nsec; /* nanoseconds */
|
D | coda.h | 89 struct timespec { struct 90 long ts_sec; 114 struct timespec { struct 115 time_t tv_sec; /* seconds */ 116 long tv_nsec; /* nanoseconds */
|
/external/bison/darwin-lib/ |
D | time.h | 385 # define timespec rpl_timespec macro 386 struct timespec struct 391 # define GNULIB_defined_struct_timespec 1 argument
|
/external/bison/linux-lib/ |
D | time.h | 385 # define timespec rpl_timespec macro 386 struct timespec struct 391 # define GNULIB_defined_struct_timespec 1 argument
|
/external/dng_sdk/source/ |
D | dng_pthread.h | 66 #define timespec dng_timespec macro
|
/external/e2fsprogs/misc/ |
D | fuse2fs.c | 388 #define EXT4_INODE_SET_XTIME(xtime, timespec, raw_inode) \ argument 396 #define EXT4_EINODE_SET_XTIME(xtime, timespec, raw_inode) \ argument 405 #define EXT4_INODE_GET_XTIME(xtime, timespec, raw_inode) \ argument 415 #define EXT4_EINODE_GET_XTIME(xtime, timespec, raw_inode) \ argument
|
/external/valgrind/perf/ |
D | test_input_for_tinycc.c | 357 struct timespec struct 359 __time_t tv_sec; 360 long int tv_nsec;
|
/external/libvncserver/libvncserver/ |
D | rfbserver.c | 1591 char timespec[64]; in rfbProcessFileTransfer() local
|
/external/openssh/ |
D | ssh-keygen.c | 1717 parse_cert_times(char *timespec) in parse_cert_times()
|