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

1 2

  /bionic/libc/arch-mips/syscalls/
clock_nanosleep.S 4 .globl clock_nanosleep
6 .ent clock_nanosleep
8 clock_nanosleep: label
22 .end clock_nanosleep
  /bionic/libc/arch-arm/syscalls/
clock_nanosleep.S 6 ENTRY(clock_nanosleep) function
15 END(clock_nanosleep)
  /bionic/libc/arch-x86/syscalls/
clock_nanosleep.S 6 ENTRY(clock_nanosleep) function
30 END(clock_nanosleep)
  /development/ndk/platforms/android-3/include/
time.h 102 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
time.h 102 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
time.h 102 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
time.h 102 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
time.h 102 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
time.h 102 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
time.h 102 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
time.h 102 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
time.h 102 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
time.h 102 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
time.h 102 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
time.h 102 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
time.h 102 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h 35 extern "C" int clock_nanosleep(clockid_t clock_id, int flags,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
time.h 346 extern int clock_nanosleep (clockid_t __clock_id, int __flags,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
time.h 346 extern int clock_nanosleep (clockid_t __clock_id, int __flags,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
time.h 346 extern int clock_nanosleep (clockid_t __clock_id, int __flags,
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 60 extern "C" int clock_nanosleep(clockid_t clock_id, int flags,
551 err = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &spec, NULL);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);

Completed in 390 milliseconds

1 2