Home
last modified time | relevance | path

Searched refs:nanosleep (Results 1 – 25 of 104) sorted by relevance

12345

/external/chromium_org/third_party/tcmalloc/vendor/m4/
Dacx_nanosleep.m41 # Check for support for nanosleep. It's defined in <time.h>, but on
3 # We set acx_nanosleep_ok if nanosleep is supported; in that case,
5 # nanosleep.
8 [AC_MSG_CHECKING(if nanosleep requires any libraries)
15 [static struct timespec ts; nanosleep(&ts, NULL);],
22 [static struct timespec ts; nanosleep(&ts, NULL);],
30 AC_MSG_ERROR([cannot find the nanosleep function])
/external/bison/lib/
Dtime.in.h107 # 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);
/external/valgrind/main/none/tests/
Dasync-sigs.c100 nanosleep(&bip, 0); // Wait for child to get going. in test()
104 nanosleep(&bip, 0); in test()
109 nanosleep(&bip, 0); in test()
/external/bison/linux-lib/
Dtime.h419 # 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/darwin-lib/
Dtime.h419 # 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/valgrind/main/drd/tests/
Dannotate_ignore_write.c46 nanosleep(&delay, 0); in main()
59 nanosleep(&delay, 0); in main()
Dannotate_hb_race.c38 nanosleep(&delay, 0); in main()
Drwlock_race.c23 nanosleep(&delay, 0); in sleep_ms()
Dannotate_ignore_rw.c45 nanosleep(&delay, 0); in main()
Dsigalrm.c82 nanosleep(&tsDelay, 0); in main()
Dhold_lock.c21 nanosleep(&ts, 0); in delay_ms()
/external/stressapptest/src/
Dsattypes.h162 return nanosleep(&req, NULL) == 0; in sat_usleep()
170 return nanosleep(&req, NULL) == 0; in sat_sleep()
/external/webrtc/src/system_wrappers/source/
Dsleep.cc32 nanosleep(&short_wait, &remainder); in SleepMs()
/external/valgrind/main/helgrind/tests/
Dtc01_simple_race.c26 nanosleep(&delay, 0); in main()
Dtc16_byterace.c26 nanosleep(&delay, 0); in main()
Dtc05_simple_race.c31 nanosleep(&delay, 0); in main()
/external/valgrind/main/memcheck/tests/
Dpost-syscall.c29 ret = nanosleep(&req, &rem); in main()
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Dspinlock_posix-inl.h53 nanosleep(&tm, NULL); in SpinLockDelay()
Dspinlock_linux-inl.h89 nanosleep(&tm, NULL); in SpinLockDelay()
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Dspinlock_posix-inl.h53 nanosleep(&tm, NULL); in SpinLockDelay()
Dspinlock_linux-inl.h100 nanosleep(&tm, NULL); in SpinLockDelay()
/external/openssh/openbsd-compat/
Dbsd-misc.h77 int nanosleep(const struct timespec *, struct timespec *);
Dport-aix.h66 # define nanosleep(a,b) nsleep(a,b) macro
/external/chromium_org/sandbox/linux/services/
Dthread_helpers.cc69 PCHECK(0 == HANDLE_EINTR(nanosleep(&ts, &ts))); in StopThreadAndWatchProcFS()
/external/chromium_org/third_party/libjingle/source/talk/base/
Dtiming.cc107 while (nanosleep(&ts, &ts) == -1 && errno == EINTR) { in IdleWait()

12345