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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm64/syscalls/
nanosleep.S 5 ENTRY(nanosleep) function
14 END(nanosleep)
  /external/strace/tests/
count.test 16 grep nanosleep "$LOG" > /dev/null ||
17 framework_skip_ 'sleep does not use nanosleep'
26 grep_log ' *[^ ]+ +0\.0[^n]*nanosleep' -c sleep 1
27 grep_log ' *[^ ]+ +0\.0[^n]*nanosleep' -c -enanosleep sleep 1
28 grep_log ' *[^ ]+ +(1\.0|0\.99)[^n]*nanosleep' -cw sleep 1
29 grep_log '100\.00 +(1\.0|0\.99)[^n]*nanosleep' -cw -enanosleep sleep 1
restart_syscall.expected 1 restart_syscall(<... resuming interrupted nanosleep ...>) = 0
restart_syscall.test 3 # Check how "resuming interrupted nanosleep" works.
10 grep nanosleep < "$LOG" > /dev/null ||
11 framework_skip_ 'sleep does not use nanosleep'
  /bionic/libc/arch-arm/syscalls/
nanosleep.S 5 ENTRY(nanosleep) function
14 END(nanosleep)
  /bionic/libc/arch-mips/syscalls/
nanosleep.S 5 ENTRY(nanosleep) function
19 END(nanosleep)
  /bionic/libc/arch-x86_64/syscalls/
nanosleep.S 5 ENTRY(nanosleep) function
15 END(nanosleep)
  /external/valgrind/drd/tests/
std_thread2.supp 7 drd-libpthread-nanosleep
9 fun:nanosleep
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);
  /bionic/libc/arch-mips64/syscalls/
nanosleep.S 5 ENTRY(nanosleep) function
25 END(nanosleep)
  /external/valgrind/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");
  /bionic/libc/arch-x86/syscalls/
nanosleep.S 5 ENTRY(nanosleep) function
26 END(nanosleep)
  /external/ltrace/testsuite/ltrace.minor/
time-record-T.exp 29 # Get the time of nanosleep in C source file.
62 # Verify the time for calling nanosleep.
66 # match the line with nanosleep and extract spent time and nanosleep argument.
67 if [ regexp {nanosleep.*<([0-9]+\.[0-9]+)>} $line match usec] then {
73 fail "Spent $usec inside call, but PUT call nanosleep($nanosleep_usec)!"
81 fail "Fail to find nanosleep"
time-record.c 20 nanosleep (&request, NULL);
time-record-tt.exp 64 # Get the time of sleep and nanosleep in C source file.
73 # Verify the time for calling nanosleep.
78 if [ regexp {[0-9]+:[0-9]+:([0-9]+)\.([0-9][0-9][0-9]).* nanosleep} $line match start_sec start_usec ] then {
96 fail "Start at $start_usec, End at $end_usec, but PUT call nanosleep($nanosleep_usec)!"
104 fail "Fail to find nanosleep"
  /external/webrtc/src/system_wrappers/source/
sleep.cc 18 // For nanosleep()
32 nanosleep(&short_wait, &remainder);
  /external/toybox/toys/other/
usleep.c 25 toys.exitval = !!nanosleep(&tv, NULL);
  /external/fio/
time.c 49 if (nanosleep(&req, NULL) < 0)
108 * Check the granularity of the nanosleep function
119 nanosleep(&ts, NULL);
  /external/valgrind/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/toybox/toys/posix/
sleep.c 35 toys.exitval = !!nanosleep(&tv, NULL);
  /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);

Completed in 361 milliseconds

1 2 3 4 5 6 7 8 91011>>