Searched refs:sleep (Results 1 - 25 of 726) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gyp/test/mac/rebuild/
H A Ddelay-touch.sh5 sleep 1 # mtime resolution is 1 sec on unix.
/external/ltrace/testsuite/ltrace.minor/
H A Dattach-process.exp22 sleep(5);
23 sleep(1);
28 ltraceMatch1 [ltraceRun -S -p [exp_pid]] { sleep\(} == 1
H A Dtime-record.c19 sleep (SLEEP_COUNT);
H A Dtrace-fork.c14 sleep(1);
/external/lldb/test/pexpect-2.4/examples/
H A Dssh_tunnel.py36 time.sleep (0.1)
38 time.sleep (60) # Cygwin is slow to update process status.
48 time.sleep (1)
53 time.sleep (13)
58 time.sleep (11)
62 time.sleep (7)
70 #while true; do sleep 53; done
/external/compiler-rt/test/tsan/
H A Dthread_leak3.c12 sleep(1);
H A Dcond_version.c19 u64 sleep; local
37 sleep = (u64)ts2.tv_sec * 1000000000 + ts2.tv_nsec -
41 if (sleep < 1000000000)
42 exit(printf("bad sleep duration %lluns, want %dns\n", sleep, 1000000000));
H A Dsleep_sync.cc8 sleep(1);
27 // CHECK: As if synchronized via sleep:
28 // CHECK-NEXT: #0 sleep
H A Dsleep_sync2.cc14 sleep(1);
22 // CHECK-NOT: As if synchronized via sleep
H A Dthread_leak4.c7 sleep(10);
H A Dthread_leak5.c15 sleep(1);
H A Dtiny_race.c8 sleep(1);
/external/lldb/test/functionalities/process_attach/
H A Dmain.c9 sleep(1);
/external/valgrind/main/gdbserver_tests/
H A Dsend_signal5 # which is run every second. When this command is succesful, then the sleep and
26 sleep 1
28 sleep $SLEEP
H A Dsimulate_control_c5 # which is run every second. When this command is succesful, then the sleep and
24 sleep 1
26 sleep $SLEEP
H A DmcinfcallWSRU.stderr.exp2 Brussels ready to sleep and/or burn
3 London ready to sleep and/or burn
4 Petaouchnok ready to sleep and/or burn
5 main ready to sleep and/or burn
H A Dnlcontrolc.stderr.exp7 Brussels ready to sleep and/or burn
8 London ready to sleep and/or burn
9 Petaouchnok ready to sleep and/or burn
10 main ready to sleep and/or burn
H A Dnlvgdbsigqueue.stderr.exp7 Brussels ready to sleep and/or burn
8 London ready to sleep and/or burn
9 Petaouchnok ready to sleep and/or burn
10 main ready to sleep and/or burn
/external/valgrind/main/helgrind/tests/
H A Dhg03_inherit.c19 sleep(1);
26 sleep(2);
30 sleep(1);
39 sleep(0);
/external/chromium_org/third_party/WebKit/ManualTests/
H A Dtimeout-test.php2 sleep(610)
/external/mockito/src/org/mockito/internal/verification/
H A DVerificationWithTimeoutImpl.java33 sleep(treshhold);
41 void sleep(int sleep) { argument
43 Thread.sleep(sleep);
/external/libcap-ng/libcap-ng-0.7/src/test/
H A Dthread_test.c17 sleep(2);
30 sleep(1);
51 sleep(3);
/external/lldb/test/functionalities/thread/state/
H A Dmain.c31 sleep(1);
/external/valgrind/main/none/tests/
H A Dtimestamp.c11 sleep(1);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_testlib.cc36 sleep(kSuspendDuration);
41 sleep(kRunDuration);

Completed in 552 milliseconds

1234567891011>>