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

1 2 3 4 5 6 7 8 91011

  /bionic/libc/include/bits/
timespec.h 36 * This file is used to include timespec definition without introducing the whole
41 struct timespec { struct
  /device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
_timespec.h 44 struct timespec { struct
  /prebuilts/go/darwin-x86/src/runtime/
defs_nacl_386.go 11 type timespec struct { type
defs_nacl_amd64p32.go 11 type timespec struct { type
defs_nacl_arm.go 11 type timespec struct { type
  /prebuilts/go/linux-x86/src/runtime/
defs_nacl_386.go 11 type timespec struct { type
defs_nacl_amd64p32.go 11 type timespec struct { type
defs_nacl_arm.go 11 type timespec struct { type
  /external/libusb/libusb/os/
threads_windows.h 36 // We *were* getting timespec from pthread.h:
40 struct timespec { struct
  /external/libvncserver/compat/msvc/sys/
time.h 14 struct timespec { struct
  /external/openssh/openbsd-compat/
bsd-misc.h 75 struct timespec { struct
80 int nanosleep(const struct timespec *, struct timespec *);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
global.h 31 /* for timeval and timespec */
142 struct timespec { struct
151 typedef struct timespec snd_htimestamp_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
global.h 31 /* for timeval and timespec */
142 struct timespec { struct
151 typedef struct timespec snd_htimestamp_t;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
timeb.h 90 struct timespec { struct
96 struct timespec it_interval; /* Timer period */
97 struct timespec it_value; /* Timer expiration */
types.h 89 struct timespec { struct
95 struct timespec it_interval; /* Timer period */
96 struct timespec it_value; /* Timer expiration */
  /bionic/libc/kernel/uapi/linux/
time.h 25 struct timespec { struct
46 struct timespec it_interval;
47 struct timespec it_value;
  /development/ndk/platforms/android-21/include/linux/
time.h 25 struct timespec { struct
46 struct timespec it_interval;
47 struct timespec it_value;
  /development/ndk/platforms/android-9/include/linux/
time.h 19 struct timespec { struct
48 struct timespec it_interval;
49 struct timespec it_value;
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
time.h 63 struct timespec { struct
154 struct timespec it_interval;
155 struct timespec it_value;
  /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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
time.h 9 struct timespec { struct
43 struct timespec it_interval; /* timer period */
44 struct timespec it_value; /* timer expiration */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
time.h 9 struct timespec { struct
43 struct timespec it_interval; /* timer period */
44 struct timespec it_value; /* timer expiration */
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
time.h 19 struct timespec { struct
48 struct timespec it_interval;
49 struct timespec it_value;

Completed in 392 milliseconds

1 2 3 4 5 6 7 8 91011