Home
last modified time | relevance | path

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

/external/libvncserver/compat/msvc/sys/
Dtime.h14 struct timespec { struct
16 time_t tv_sec; /* Seconds since 00:00:00 GMT, */
20 long tv_nsec; /* Additional nanoseconds since */
/external/kernel-headers/original/uapi/linux/
Dtime.h9 struct timespec { struct
10 __kernel_time_t tv_sec; /* seconds */
11 long tv_nsec; /* nanoseconds */
Dcoda.h89 struct timespec { struct
90 long ts_sec;
114 struct timespec { argument
115 time_t tv_sec; /* seconds */
116 long tv_nsec; /* nanoseconds */
/external/bison/darwin-lib/
Dtime.h385 # define timespec rpl_timespec macro
386 struct timespec struct
391 # define GNULIB_defined_struct_timespec 1 argument
/external/bison/linux-lib/
Dtime.h385 # define timespec rpl_timespec macro
386 struct timespec struct
391 # define GNULIB_defined_struct_timespec 1 argument
/external/dng_sdk/source/
Ddng_pthread.h182 #define timespec dng_timespec macro
/external/valgrind/perf/
Dtest_input_for_tinycc.c357 struct timespec struct
359 __time_t tv_sec;
360 long int tv_nsec;
/external/libvncserver/libvncserver/
Drfbserver.c1591 char timespec[64]; in rfbProcessFileTransfer() local