Searched defs:timespec (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/tools/cygprofile/
H A Dcygprofile_unittest.cc33 uint64_t GetUsecSecTimeFromTimeSpec(struct timespec timespec) { argument
34 return timespec.tv_sec * 1000 * 1000 + timespec.tv_nsec / 1000;
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dthreads_windows.h43 // We *were* getting timespec from pthread.h:
47 struct timespec { struct
81 const struct timespec *abstime);
/external/bison/darwin-lib/
H A Dtime.h361 /* Some systems don't define struct timespec (e.g., AIX 4.1, Ultrix 4.3).
384 # undef timespec macro
385 # define timespec rpl_timespec macro
386 struct timespec struct
422 (struct timespec const *__rqtp, struct timespec *__rmtp)
425 (struct timespec const *__rqtp, struct timespec *__rmtp));
429 (struct timespec const *__rqtp, struct timespec *__rmt
[all...]
/external/bison/linux-lib/
H A Dtime.h361 /* Some systems don't define struct timespec (e.g., AIX 4.1, Ultrix 4.3).
384 # undef timespec macro
385 # define timespec rpl_timespec macro
386 struct timespec struct
422 (struct timespec const *__rqtp, struct timespec *__rmtp)
425 (struct timespec const *__rqtp, struct timespec *__rmtp));
429 (struct timespec const *__rqtp, struct timespec *__rmt
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dtime.h9 struct timespec { struct
35 struct timespec it_interval; /* timer period */
36 struct timespec it_value; /* timer expiration */
H A Dcoda.h89 struct timespec { struct
114 struct timespec { struct
223 struct timespec va_atime; /* time of last access */
224 struct timespec va_mtime; /* time of last modification */
225 struct timespec va_ctime; /* time file changed */
/external/chromium_org/third_party/libevent/compat/sys/
H A D_libevent_time.h52 struct timespec { struct
H A D_time.h52 struct timespec { struct
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread.h320 struct timespec { struct
1041 const struct timespec *abstime);
1099 const struct timespec *abstime);
1135 const struct timespec *abstime);
1140 const struct timespec *abstime);
1177 PTW32_DLLPORT int PTW32_CDECL pthread_delay_np (struct timespec * interval);
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h421 // mingw64 seems to define timespec (though mingw.org mingw doesn't),
424 struct timespec { struct
430 inline int nanosleep(const struct timespec *req, struct timespec *rem) {
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h418 // mingw64 seems to define timespec (though mingw.org mingw doesn't),
421 struct timespec { struct
427 inline int nanosleep(const struct timespec *req, struct timespec *rem) {
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c357 struct timespec struct

Completed in 460 milliseconds