/external/chromium_org/third_party/tcmalloc/vendor/m4/ |
D | acx_nanosleep.m4 | 1 # 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/ |
D | time.in.h | 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);
|
/external/valgrind/main/none/tests/ |
D | async-sigs.c | 100 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/ |
D | time.h | 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/darwin-lib/ |
D | time.h | 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/valgrind/main/drd/tests/ |
D | annotate_ignore_write.c | 46 nanosleep(&delay, 0); in main() 59 nanosleep(&delay, 0); in main()
|
D | annotate_hb_race.c | 38 nanosleep(&delay, 0); in main()
|
D | rwlock_race.c | 23 nanosleep(&delay, 0); in sleep_ms()
|
D | annotate_ignore_rw.c | 45 nanosleep(&delay, 0); in main()
|
D | sigalrm.c | 82 nanosleep(&tsDelay, 0); in main()
|
D | hold_lock.c | 21 nanosleep(&ts, 0); in delay_ms()
|
/external/stressapptest/src/ |
D | sattypes.h | 162 return nanosleep(&req, NULL) == 0; in sat_usleep() 170 return nanosleep(&req, NULL) == 0; in sat_sleep()
|
/external/webrtc/src/system_wrappers/source/ |
D | sleep.cc | 32 nanosleep(&short_wait, &remainder); in SleepMs()
|
/external/valgrind/main/helgrind/tests/ |
D | tc01_simple_race.c | 26 nanosleep(&delay, 0); in main()
|
D | tc16_byterace.c | 26 nanosleep(&delay, 0); in main()
|
D | tc05_simple_race.c | 31 nanosleep(&delay, 0); in main()
|
/external/valgrind/main/memcheck/tests/ |
D | post-syscall.c | 29 ret = nanosleep(&req, &rem); in main()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
D | spinlock_posix-inl.h | 53 nanosleep(&tm, NULL); in SpinLockDelay()
|
D | spinlock_linux-inl.h | 89 nanosleep(&tm, NULL); in SpinLockDelay()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
D | spinlock_posix-inl.h | 53 nanosleep(&tm, NULL); in SpinLockDelay()
|
D | spinlock_linux-inl.h | 100 nanosleep(&tm, NULL); in SpinLockDelay()
|
/external/openssh/openbsd-compat/ |
D | bsd-misc.h | 77 int nanosleep(const struct timespec *, struct timespec *);
|
D | port-aix.h | 66 # define nanosleep(a,b) nsleep(a,b) macro
|
/external/chromium_org/sandbox/linux/services/ |
D | thread_helpers.cc | 69 PCHECK(0 == HANDLE_EINTR(nanosleep(&ts, &ts))); in StopThreadAndWatchProcFS()
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | timing.cc | 107 while (nanosleep(&ts, &ts) == -1 && errno == EINTR) { in IdleWait()
|