Searched refs:usleep (Results 1 - 25 of 39) sorted by relevance

12

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/pid/
H A Dtst.float.c42 (void) usleep(1000);
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/
H A Dvblank.h61 #undef usleep macro
62 #include <unistd.h> /* for usleep() */
71 if (0) fprintf(stderr, "%s: usleep for %u\n", __FUNCTION__, nr ); \
72 if (1) usleep( nr ); \
/vbox/src/recompiler/tests/
H A Dtestthread.c19 usleep(100 * 1000);
31 usleep(150 * 1000);
H A Dlinux-test.c410 usleep(10 * 1000);
420 usleep(10 * 1000);
489 usleep(10 * 1000);
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dunistd.h30 * sleep() prototype is defined by POSIX.1. usleep() prototype is
39 static inline __always_inline void usleep ( unsigned long usecs ) { function
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A Dselect.c78 Implements the usleep(3) function.
85 usleep( useconds_t Microseconds ) function
98 return (usleep( (useconds_t)(Seconds * 1000000) ));
231 usleep( _SELECT_DELAY_ );
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dmucurses_test.c62 usleep( msecs * 1000 );
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dport.h341 int usleep (unsigned int useconds);
485 #define usleep __WINE_NOT_PORTABLE(usleep) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dport.h345 int usleep (unsigned int useconds);
480 #define usleep __WINE_NOT_PORTABLE(usleep) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dport.h341 int usleep (unsigned int useconds);
485 #define usleep __WINE_NOT_PORTABLE(usleep) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dport.h350 int usleep (unsigned int useconds);
485 #define usleep __WINE_NOT_PORTABLE(usleep) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dport.h341 int usleep (unsigned int useconds);
485 #define usleep __WINE_NOT_PORTABLE(usleep) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dport.h341 int usleep (unsigned int useconds);
485 #define usleep __WINE_NOT_PORTABLE(usleep) macro
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dprocess.c42 usleep(msec*1000); /* usecs */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_ansic.h325 #undef usleep macro
326 #define usleep(ul) xf86usleep(ul) macro
H A Dxf86_OSlib.h87 #undef usleep macro
88 #define usleep(a) xf86usleep(a) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_ansic.h309 #undef usleep macro
310 #define usleep(ul) xf86usleep(ul) macro
H A Dxf86_OSlib.h85 #undef usleep macro
86 #define usleep(a) xf86usleep(a) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_ansic.h350 #undef usleep macro
351 #define usleep(ul) xf86usleep(ul) macro
H A Dxf86_OSlib.h89 #undef usleep macro
90 #define usleep(a) xf86usleep(a) macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_ansic.h346 #undef usleep macro
347 #define usleep(ul) xf86usleep(ul) macro
H A Dxf86_OSlib.h88 #undef usleep macro
89 #define usleep(a) xf86usleep(a) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_ansic.h349 #undef usleep macro
350 #define usleep(ul) xf86usleep(ul) macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dunistd.h46 int usleep(useconds_t);
/vbox/src/VBox/Devices/USB/testcase/
H A DtstPalmOne.c277 //usleep(15000);
289 usleep(150000);
382 usleep(500000);

Completed in 125 milliseconds

12