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

  /bionic/libc/arch-arm/syscalls/
clock_nanosleep.S 5 .type clock_nanosleep, #function
6 .globl clock_nanosleep
10 clock_nanosleep: label
  /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
  /bionic/libc/include/sys/
linux-unistd.h 129 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
  /ndk/build/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
  /ndk/build/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
  /ndk/build/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
linux-unistd.h 128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
linux-unistd.h 128 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
  /bionic/libc/arch-arm/
syscalls.mk 115 syscall_src += arch-arm/syscalls/clock_nanosleep.S
  /bionic/libc/arch-sh/
syscalls.mk 118 syscall_src += arch-sh/syscalls/clock_nanosleep.S
  /bionic/libc/arch-x86/
syscalls.mk 118 syscall_src += arch-x86/syscalls/clock_nanosleep.S
  /external/blktrace/
blkiomon.c 280 if (clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &wake, &r)) {

Completed in 2618 milliseconds