Searched refs:nanosleep (Results 1 - 25 of 106) sorted by relevance

12345

/external/ltrace/testsuite/ltrace.minor/
H A Dtime-record.c20 nanosleep (&request, NULL);
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dsleep.cc18 // For nanosleep()
32 nanosleep(&short_wait, &remainder);
/external/valgrind/main/helgrind/tests/
H A Dtc01_simple_race.c26 nanosleep(&delay, 0);
H A Dtc05_simple_race.c31 nanosleep(&delay, 0);
H A Dtc16_byterace.c26 nanosleep(&delay, 0);
/external/webrtc/src/system_wrappers/source/
H A Dsleep.cc18 // For nanosleep()
32 nanosleep(&short_wait, &remainder);
/external/valgrind/main/drd/tests/
H A Dannotate_ignore_write.c46 nanosleep(&delay, 0);
59 nanosleep(&delay, 0);
H A Dannotate_hb_race.c38 nanosleep(&delay, 0);
H A Drwlock_race.c23 nanosleep(&delay, 0);
H A Dannotate_ignore_rw.c45 nanosleep(&delay, 0);
H A Dstd_atomic.cpp19 nanosleep(&delay, NULL);
/external/valgrind/main/memcheck/tests/
H A Dpost-syscall.c10 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/
H A Dtime.in.h103 <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);
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dspinlock_posix-inl.h39 #include <time.h> /* For nanosleep() */
53 nanosleep(&tm, NULL);
H A Dspinlock_linux-inl.h100 nanosleep(&tm, NULL);
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dspinlock_posix-inl.h39 #include <time.h> /* For nanosleep() */
53 nanosleep(&tm, NULL);
H A Dspinlock_linux-inl.h89 nanosleep(&tm, NULL);
/external/strace/tests/
H A Dcount.test28 grep nanosleep $LOG > /dev/null ||
29 skip_ 'sleep does not use nanosleep'
30 grep_log ' *[^ ]+ +0\.0[^n]*nanosleep'
34 grep_log ' *[^ ]+ +0\.0[^n]*nanosleep'
38 grep_log ' *[^ ]+ +(1\.0|0\.99)[^n]*nanosleep'
42 grep_log '100\.00 +(1\.0|0\.99)[^n]*nanosleep'
/external/valgrind/main/none/tests/
H A Dasync-sigs.c100 nanosleep(&bip, 0); // Wait for child to get going.
104 nanosleep(&bip, 0);
109 nanosleep(&bip, 0);
/external/fio/
H A Dtime.c45 if (nanosleep(&req, NULL) < 0)
96 * Check the granularity of the nanosleep function
107 nanosleep(&ts, NULL);
/external/bison/darwin-lib/
H A Dtime.h415 <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/
H A Dtime.h415 <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/chromium_org/components/nacl/loader/nonsfi/
H A Dirt_basic.cc47 if (nanosleep(&host_req, &host_rem))
83 // For gettod, clock and nanosleep, their argument types should be nacl_abi_X,
/external/chromium_org/sandbox/linux/services/
H A Dthread_helpers.cc71 // in nanosleep(2).
87 PCHECK(0 == HANDLE_EINTR(nanosleep(&ts, &ts)));
91 // nanosleep(2) cumulatively.
95 // the clock) in nanosleep(2).
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dplatform_thread.cc95 while (nanosleep(&sleep_time, &remaining) == -1 && errno == EINTR)

Completed in 370 milliseconds

12345