Searched defs:sleep (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dtimer.c38 unsigned int sleep ( unsigned int secs ) { function
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXwindows.h79 #define sleep(x) Sleep((x) * 1000) macro
H A DXw32defs.h45 # define sleep(x) Sleep((x) * 1000) macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dcleanup.c48 static void PR_CALLBACK Thread(void *sleep) argument
50 PR_Sleep(PR_SecondsToInterval((PRUint32)sleep));
88 case 's': /* time to sleep */
91 case 'S': /* time to sleep */
115 PR_fprintf(err, "\tThread sleep: %d\n", child_sleep);
116 PR_fprintf(err, "\tMain sleep: %d\n", main_sleep);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A Dselect.c80 @param[in] Microseconds Number of microseconds to sleep.
96 sleep( unsigned int Seconds ) function
/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...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacsocket.h49 * sleep and delay conflict with the same in unistd.h from Metrowerks. OT
55 * #define sleep(x) OTDelay(x)
59 #undef sleep macro
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvbox.py1146 time.sleep(0.2);
1385 time.sleep(0.5); # fudge factory
1752 def sleep(self, cSecs): member in class:TestDriver
2892 self.sleep(1);
3037 self.sleep(22); # NAT fudge - Two fixes are wanted: 1. TXS connect retries. 2. Main API reboot/reset hint.
3182 self.sleep(2); # fudge! grr
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h437 #undef sleep macro
438 #define sleep(a) xf86sleep(a) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h481 #undef sleep macro
482 #define sleep(a) xf86sleep(a) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h481 #undef sleep macro
482 #define sleep(a) xf86sleep(a) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h487 #undef sleep macro
488 #define sleep(a) xf86sleep(a) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h485 #undef sleep macro
486 #define sleep(a) xf86sleep(a) macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h829 /* The _PR_MD_WAIT_LOCK and _PR_MD_WAKEUP_WAITER functions put to sleep and
1634 PRIntervalTime sleep; /* sleep time when thread is sleeping */ member in struct:PRThread

Completed in 259 milliseconds