Searched refs:sleep (Results 51 - 75 of 143) sorted by relevance

123456

/vbox/src/VBox/Installer/solaris/
H A DVBoxZoneAccess.c79 /* Go to interruptible sleep for ~15 years... */
81 sleep(500000000U);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/proc/
H A Dtst.exitcore.ksh68 /usr/bin/sleep 1
80 longsleep="/usr/bin/sleep 10000"
H A Dtst.signal.ksh60 sleep 1
71 longsleep="/usr/bin/sleep 10000"
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedargs.ksh48 $dtrace -c '/usr/bin/sleep 10' -o $outf -qs /dev/stdin <<EOF
52 xdt:sched::sleep,
H A Dtst.schedenable.ksh60 xdt:sched::sleep,
/vbox/src/VBox/Additions/linux/testcase/
H A DTimesyncBackdoor.c88 sleep(secInterval);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/java_api/src/
H A DTestFunctionLookup.java59 Thread.currentThread().sleep(100);
91 Thread.currentThread().sleep(500);
H A DTestDrop.java66 Thread.currentThread().sleep(50);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Druntests.ksh91 #sleep - specific to OS/2
258 (sleep $TEST_TIMEOUT; kill $test_pid >/dev/null 2>&1 ) &
H A Druntests.sh91 #sleep - specific to OS/2
258 (sleep $TEST_TIMEOUT; kill $test_pid >/dev/null 2>&1 ) &
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxscript.py116 time.sleep(1);
/vbox/src/VBox/Installer/linux/debian/
H A Dprerm.in50 sleep 1
H A Dpreinst.in48 sleep 1
/vbox/debian/
H A Dprerm.in50 sleep 1
H A Dpreinst.in48 sleep 1
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsIThread.idl107 void sleep(in PRUint32 msec);
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXw32defs.h45 # define sleep(x) Sleep((x) * 1000) macro
/vbox/src/libs/libxml2-2.6.31/python/tests/
H A Dthread2.py29 time.sleep(1)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/
H A Dpruthr.c983 /* If we are on the runq, it just means that we went to sleep on some
1770 ** Adds a thread to the sleep/pauseQ.
1785 PRIntervalTime sleep; local
1790 sleep = timeout;
1795 thread->sleep = timeout - _PR_SLEEPQMAX(cpu);
1804 if (sleep < t->sleep) {
1808 sleep -= t->sleep;
1811 thread->sleep
[all...]
H A Dprucv.c242 * to sleep only for the time it wants to.
366 if (elapsed < thread->sleep) {
367 thread->sleep -= elapsed;
381 ** between the time we unlocked the sleep
398 elapsed -= thread->sleep;
530 ** of ticks (if "timeout" is zero then the sleep is indefinite). While
/vbox/src/VBox/ValidationKit/tests/shutdown/
H A DtdGuestOsShutdown1.py240 Put host into sleep and automatically resume it after specified timeout.
250 self.sleep(0.1)
261 self.sleep(1)
307 reporter.log('Put host to sleep and resume it automatically after %d seconds.' % self.cSecSuspendTime)
314 self.sleep(10)
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dprocess.c30 sleep(seconds);
/vbox/src/VBox/Installer/linux/install_service/
H A Dinstall_service.sh43 and will sleep if necessary until it can start work. Ideally it should
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/
H A Dprdump.c82 _PR_DumpPrintf(fd, " condvar=%p sleep=%lldms",
83 thread->wait.cvar, thread->sleep);
/vbox/src/VBox/Installer/linux/
H A DVBox.sh81 sleep 2

Completed in 177 milliseconds

123456