HomeSort by relevance Sort by last modified time
    Searched refs:clock_nanosleep (Results 1 - 25 of 42) sorted by null

1 2

  /bionic/libc/arch-arm/syscalls/
clock_nanosleep.S 5 ENTRY(clock_nanosleep) function
14 END(clock_nanosleep)
  /bionic/libc/arch-sh/syscalls/
clock_nanosleep.S 5 .type clock_nanosleep, @function
6 .globl clock_nanosleep
9 clock_nanosleep: label
  /bionic/libc/arch-x86/syscalls/
clock_nanosleep.S 5 .type clock_nanosleep, @function
6 .globl clock_nanosleep
9 clock_nanosleep: label
  /development/ndk/platforms/android-3/include/
time.h 102 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/
time.h 102 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/
time.h 102 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/
time.h 102 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/
time.h 102 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/
time.h 102 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/
time.h 102 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
time.h 346 extern int clock_nanosleep (clockid_t __clock_id, int __flags,
  /bionic/libc/include/sys/
linux-unistd.h 132 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
  /development/ndk/platforms/android-3/include/sys/
linux-unistd.h 128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
  /development/ndk/platforms/android-9/include/sys/
linux-unistd.h 131 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
linux-unistd.h 128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
linux-unistd.h 128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/sys/
linux-unistd.h 131 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
linux-unistd.h 128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/sys/
linux-unistd.h 131 int clock_nanosleep (const struct timespec *req, struct timespec *rem);

Completed in 855 milliseconds

1 2