HomeSort by relevance Sort by last modified time
    Searched defs:timespec (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/libusb/src/libusb/os/
threads_windows.h 43 // We *were* getting timespec from pthread.h:
47 struct timespec { struct
81 const struct timespec *abstime);
  /bionic/libc/kernel/uapi/linux/
time.h 25 struct timespec { struct
46 struct timespec it_interval;
47 struct timespec it_value;
coda.h 46 struct timespec { struct
71 struct timespec { struct
162 struct timespec va_atime;
164 struct timespec va_mtime;
165 struct timespec va_ctime;
  /development/ndk/platforms/android-3/include/linux/
time.h 19 struct timespec { struct
48 struct timespec it_interval;
49 struct timespec it_value;
coda.h 39 struct timespec { struct
61 struct timespec { struct
149 struct timespec va_atime;
150 struct timespec va_mtime;
151 struct timespec va_ctime;
  /development/ndk/platforms/android-L/include/linux/
time.h 25 struct timespec { struct
46 struct timespec it_interval;
47 struct timespec it_value;
coda.h 46 struct timespec { struct
71 struct timespec { struct
162 struct timespec va_atime;
164 struct timespec va_mtime;
165 struct timespec va_ctime;
  /external/bison/darwin-lib/
time.h 361 /* 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 *__rmtp
    [all...]
  /external/bison/linux-lib/
time.h 361 /* 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 *__rmtp
    [all...]
  /external/kernel-headers/original/uapi/linux/
time.h 9 struct timespec { struct
35 struct timespec it_interval; /* timer period */
36 struct timespec it_value; /* timer expiration */
coda.h 89 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/
_libevent_time.h 52 struct timespec { struct
_time.h 52 struct timespec { struct
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 421 // 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/
port.h 418 // 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/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread.h 320 struct timespec { struct
1041 const struct timespec *abstime);
    [all...]

Completed in 786 milliseconds