Home
last modified time | relevance | path

Searched refs:nanosleep (Results 1 – 25 of 122) 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()
Dstd_atomic.cpp19 nanosleep(&delay, NULL); in func1()
Dsigalrm.c82 nanosleep(&tsDelay, 0); in main()
/external/fio/
Dtime.c45 if (nanosleep(&req, NULL) < 0) in usec_sleep()
107 nanosleep(&ts, NULL); in fio_time_init()
/external/stressapptest/src/
Dsattypes.h162 return nanosleep(&req, NULL) == 0; in sat_usleep()
170 return nanosleep(&req, NULL) == 0; in sat_sleep()
/external/ltrace/testsuite/ltrace.minor/
Dtime-record.c20 nanosleep (&request, NULL); in main()
/external/webrtc/src/system_wrappers/source/
Dsleep.cc32 nanosleep(&short_wait, &remainder); in SleepMs()
/external/chromium_org/third_party/webrtc/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/strace/tests/
Dcount.test28 grep nanosleep $LOG > /dev/null ||

12345