HomeSort by relevance Sort by last modified time
    Searched defs:nanosleep (Results 1 - 5 of 5) 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

Completed in 1052 milliseconds