HomeSort by relevance Sort by last modified time
    Searched full:nanosleep (Results 26 - 50 of 768) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/valgrind/drd/tests/
annotate_hb_race.c 38 nanosleep(&delay, 0);
rwlock_race.c 23 nanosleep(&delay, 0);
annotate_ignore_rw.c 45 nanosleep(&delay, 0);
hold_lock.c 21 nanosleep(&ts, 0);
sigalrm.c 82 nanosleep(&tsDelay, 0);
std_atomic.cpp 19 nanosleep(&delay, NULL);
  /external/valgrind/helgrind/tests/
tc05_simple_race.c 31 nanosleep(&delay, 0);
tc16_byterace.c 26 nanosleep(&delay, 0);
  /frameworks/av/services/mediacodec/minijail/seccomp_policy/
mediacodec-seccomp-arm.policy 36 nanosleep: 1
  /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);
  /external/ltrace/testsuite/ltrace.minor/
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"
time-record-ttt.exp 68 # Get the time of nanosleep in C source file.
77 # Verify the time for calling nanosleep.
82 if [ regexp {([0-9]+)\.([0-9][0-9][0-9]).* nanosleep} $line match start_sec start_usec ] then {
101 fail "Start at $start_usec, End at $end_usec, but PUT call nanosleep($nanosleep_usec)!"
109 fail "Fail to find nanosleep"
  /bionic/libc/upstream-freebsd/android/include/
freebsd-compat.h 41 #define _nanosleep nanosleep
  /external/google-benchmark/src/
sleep.cc 38 while (nanosleep(&sleep_time, &sleep_time) != 0 && errno == EINTR)
  /external/libchrome/sandbox/linux/services/
thread_helpers.cc 78 // nanosleep(2) cumulatively.
83 // the clock) in nanosleep(2). This ensures that this is not becoming too
89 // in nanosleep(2).
100 PCHECK(0 == HANDLE_EINTR(nanosleep(&ts, &ts)));
  /external/tlsdate/
tlsdate-seccomp-amd64.policy 42 nanosleep: 1
tlsdate-seccomp-arm.policy 40 nanosleep: 1
  /external/valgrind/perf/
sarp.c 40 //nanosleep(&req, NULL);
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/
main2.c 37 nanosleep(&ts, NULL);
  /prebuilts/go/linux-x86/misc/cgo/testcshared/
main2.c 37 nanosleep(&ts, NULL);
  /system/connectivity/apmanager/init/
apmanager-seccomp-amd64.policy 16 nanosleep: 1
apmanager-seccomp-arm.policy 71 nanosleep: 1
apmanager-seccomp-mips.policy 44 nanosleep: 1
apmanager-seccomp-x86.policy 37 nanosleep: 1
  /external/webrtc/webrtc/base/
timing.cc 90 // POSIX nanosleep may be interrupted by signals.
91 while (nanosleep(&ts, &ts) == -1 && errno == EINTR) {

Completed in 438 milliseconds

12 3 4 5 6 7 8 91011>>