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

  /bionic/libc/arch-arm/syscalls/
nanosleep.S 6 ENTRY(nanosleep) function
15 END(nanosleep)
  /bionic/libc/arch-mips/syscalls/
nanosleep.S 4 .globl nanosleep
6 .ent nanosleep
8 nanosleep: label
22 .end nanosleep
  /bionic/libc/arch-x86/syscalls/
nanosleep.S 6 ENTRY(nanosleep) function
24 END(nanosleep)
  /external/openssh/openbsd-compat/
port-aix.h 64 /* AIX 4.2.x doesn't have nanosleep but does have nsleep which is equivalent */
66 # define nanosleep(a,b) nsleep(a,b) macro
bsd-misc.c 138 int nanosleep(const struct timespec *req, struct timespec *rem) function
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 430 inline int nanosleep(const struct timespec *req, struct timespec *rem) { function
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 427 inline int nanosleep(const struct timespec *req, struct timespec *rem) { function

Completed in 349 milliseconds