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

1 2 3 4 5 6 7

  /bionic/libc/arch-mips/syscalls/
nanosleep.S 4 .globl nanosleep
6 .ent nanosleep
8 nanosleep: label
22 .end nanosleep
  /bionic/libc/arch-arm/syscalls/
nanosleep.S 6 ENTRY(nanosleep) function
15 END(nanosleep)
  /bionic/libc/arch-x86/syscalls/
nanosleep.S 6 ENTRY(nanosleep) function
24 END(nanosleep)
  /bionic/libc/bionic/
sleep.c 45 if ( !nanosleep( &t, &t ) )
usleep.c 46 if ( nanosleep( &ts, &ts ) == 0 )
49 // We try again if the nanosleep failure is EINTR.
  /external/valgrind/main/helgrind/tests/
tc01_simple_race.c 26 nanosleep(&delay, 0);
tc05_simple_race.c 31 nanosleep(&delay, 0);
tc16_byterace.c 26 nanosleep(&delay, 0);
  /external/webrtc/src/system_wrappers/source/
sleep.cc 18 // For nanosleep()
32 nanosleep(&short_wait, &remainder);
  /external/valgrind/main/drd/tests/
annotate_ignore_write.c 46 nanosleep(&delay, 0);
59 nanosleep(&delay, 0);
annotate_hb_race.c 38 nanosleep(&delay, 0);
rwlock_race.c 23 nanosleep(&delay, 0);
annotate_ignore_rw.c 45 nanosleep(&delay, 0);
hold_lock.c 21 nanosleep(&ts, 0);
sigalrm.c 82 nanosleep(&tsDelay, 0);
  /external/valgrind/main/memcheck/tests/
post-syscall.c 10 due to being interrupted. nanosleep is used here, because it
29 ret = nanosleep(&req, &rem);
32 fprintf(stderr, "FAILED: expected nanosleep to be interrupted\n");
  /external/bison/lib/
time.in.h 103 <http://www.opengroup.org/susv3xsh/nanosleep.html>. */
107 # define nanosleep rpl_nanosleep
109 _GL_FUNCDECL_RPL (nanosleep, int,
112 _GL_CXXALIAS_RPL (nanosleep, int,
116 _GL_FUNCDECL_SYS (nanosleep, int,
120 _GL_CXXALIAS_SYS (nanosleep, int,
123 _GL_CXXALIASWARN (nanosleep);
  /system/extras/tests/bionic/libc/other/
test_thread_max.c 59 nanosleep( &ts, &ts );
  /external/valgrind/main/none/tests/
async-sigs.c 100 nanosleep(&bip, 0); // Wait for child to get going.
104 nanosleep(&bip, 0);
109 nanosleep(&bip, 0);
  /external/openssh/openbsd-compat/
bsd-misc.h 77 int nanosleep(const struct timespec *, struct timespec *);
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
  /system/extras/tests/bionic/libc/common/
test_pthread_once.c 48 nanosleep (&ts, NULL);
  /external/bison/darwin-lib/
time.h 415 <http://www.opengroup.org/susv3xsh/nanosleep.html>. */
419 # define nanosleep rpl_nanosleep
421 _GL_FUNCDECL_RPL (nanosleep, int,
424 _GL_CXXALIAS_RPL (nanosleep, int,
428 _GL_FUNCDECL_SYS (nanosleep, int,
432 _GL_CXXALIAS_SYS (nanosleep, int,
435 _GL_CXXALIASWARN (nanosleep);
  /external/bison/linux-lib/
time.h 415 <http://www.opengroup.org/susv3xsh/nanosleep.html>. */
419 # define nanosleep rpl_nanosleep
421 _GL_FUNCDECL_RPL (nanosleep, int,
424 _GL_CXXALIAS_RPL (nanosleep, int,
428 _GL_FUNCDECL_SYS (nanosleep, int,
432 _GL_CXXALIAS_SYS (nanosleep, int,
435 _GL_CXXALIASWARN (nanosleep);
  /frameworks/av/services/audioflinger/
StateQueue.cpp 132 nanosleep(&req, NULL);
172 nanosleep(&req, NULL);

Completed in 1185 milliseconds

1 2 3 4 5 6 7