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

1234567891011>>

/external/webkit/LayoutTests/http/tests/appcache/resources/
H A Dslow-resource.php2 sleep(10);
/external/dbus/test/
H A Dtest-sleep-forever.c11 # define sleep Sleep macro
19 sleep (10000000);
/external/valgrind/main/gdbserver_tests/
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 Dsleepers.c13 static int sleepms = 1000; // in each loop, will sleep "sleepms" milliseconds
14 static int burn = 0; // after each sleep, will burn cpu in a tight 'burn' loop
62 int sleep; member in struct:spec
75 fprintf(stderr, "%s ready to sleep and/or burn\n", s->name);
81 if (sleepms > 0 && s->sleep) {
90 fprintf(stderr, "%s finished to sleep and/or burn\n", s->name);
157 b.sleep = *threads_spec++ == 'S';
159 if (b.burn || b.sleep) {
167 l.sleep = *threads_spec++ == 'S';
169 if (l.burn || l.sleep) {
[all...]
H A DmcinfcallRU.stderr.exp2 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);
H A Dhg04_race.c20 sleep(1); /* force ordering */
/external/openssh/regress/
H A Dlogin-timeout.sh11 (echo SSH-2.0-fake; sleep 60) | telnet 127.0.0.1 ${PORT} >/dev/null 2>&1 &
12 sleep 15
24 (echo SSH-2.0-fake; sleep 60) | telnet 127.0.0.1 ${PORT} >/dev/null 2>&1 &
25 sleep 15
H A Dyes-head.sh7 lines=`${SSH} -$p -F $OBJ/ssh_proxy thishost 'sh -c "while true;do echo yes;done | _POSIX2_VERSION=199209 head -2000"' | (sleep 3 ; wc -l)`
H A Dagent-timeout.sh27 sleep ${SSHAGENT_TIMEOUT}
28 sleep ${SSHAGENT_TIMEOUT}
/external/webkit/Source/WebCore/manual-tests/
H A Dtimeout-test.php2 sleep(610)
/external/libcap-ng/libcap-ng-0.7/src/test/
H A Dthread_test.c17 sleep(2);
30 sleep(1);
51 sleep(3);
/external/valgrind/main/none/tests/
H A Dtimestamp.c11 sleep(1);
H A Dpth_exit.c6 sleep(1);
/external/dnsmasq/contrib/slackware-dnsmasq/
H A Drc.dnsmasq.gz
/external/jmonkeyengine/engine/src/test/jme3test/app/
H A DTestContextRestart.java47 Thread.sleep(3000);
54 Thread.sleep(3000);
H A DTestApplication.java51 Thread.sleep(5000);
55 Thread.sleep(2000);
63 Thread.sleep(5000);
66 Thread.sleep(2000);
70 Thread.sleep(3000);
/external/icu4c/test/intltest/
H A Dsimplethread.h25 static void sleep(int32_t millis); // probably shouldn't go here but oh well.
/external/srtp/test/
H A Drtpw_test.sh33 sleep 1
61 sleep $DURATION
/external/valgrind/main/drd/tests/
H A Dthreaded-fork.c13 sleep((unsigned long)dummy);
44 sleep(1);
/external/valgrind/main/memcheck/tests/linux/
H A Dstack_switch.c29 sleep(2); /* ppc64-linux hack */
54 sleep( 1 );
/external/valgrind/main/nightly/conf/
H A Dcellbuzz-cross.conf22 sleep 10
H A Dcellbuzz-native.conf20 sleep 10

Completed in 1917 milliseconds

1234567891011>>