/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/demo/io/ |
H A D | iocpu.d | 42 io:::wait-start 45 self->wait = timestamp; 48 io:::wait-done 49 /self->wait/ 51 @io[args[2]->fi_name] = sum(timestamp - self->wait); 52 @time["<I/O wait>"] = sum(timestamp - self->wait); 53 self->wait = 0; 62 printf("\nI/O wait breakdown (milliseconds):\n");
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.forker.c | 43 (void) wait(NULL);
|
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QIProcess.cpp | 27 # include <sys/wait.h>
|
/vbox/src/VBox/Runtime/r0drv/linux/ |
H A D | the-linux-kernel.h | 103 #include <linux/wait.h> 215 # define prepare_to_wait(q, wait, state) \ 217 add_wait_queue(q, wait); \ 221 # define after_wait(wait) \ 223 list_del_init(&(wait)->task_list); \ 226 # define finish_wait(q, wait) \ 229 remove_wait_queue(q, wait); \ 234 # define after_wait(wait) do {} while (0)
|
/vbox/src/VBox/ValidationKit/testboxscript/ |
H A D | testboxscript.py | 70 self.task.wait() 110 rcExit = self.task.wait();
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/ |
H A D | prucv.c | 67 if (thread->wait.cvar != NULL) { 68 thread->wait.cvar = NULL; 104 if (thread->wait.cvar) { 105 thread->wait.cvar = NULL; 140 cvar = thread->wait.cvar; 141 thread->wait.cvar = NULL; 184 ** Make the given thread wait for the given condition variable 202 thread->wait.cvar = cvar; 205 thread->wait.cvar = NULL; 233 thread->wait [all...] |
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | logo.c | 142 uint8_t wait(uint16_t ticks, uint8_t stop_on_key) function 363 scode = wait(16 / WAIT_MS, 0); 377 scode = wait(logo_time / WAIT_MS, 1); 388 scode = wait(16 / WAIT_MS, 0); 414 // if the user has pressed F12 don't wait here 418 scode = wait(F12_WAIT_TIME, 1); 444 scode = wait(WAIT_HZ, 1); 519 wait(WAIT_HZ, 0);
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/ |
H A D | StubFunctions.c | 70 wait(int *stat_loc) { function
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | posix_io.h | 27 extern int select ( fd_set *readfds, int wait );
|
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstFork.cpp | 39 # include <sys/wait.h>
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/ |
H A D | brng.c | 43 #include <sys/wait.h>
|
/vbox/src/recompiler/tests/ |
H A D | testthread.c | 8 #include <sys/wait.h>
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/ |
H A D | wait.h | 1 /* $NetBSD: wait.h,v 1.24 2005/12/11 12:25:21 christos Exp $ */ 31 * @(#)wait.h 8.2 (Berkeley) 7/10/94 41 * and the alternate interfaces that use it (wait, wait3, waitpid). 45 * Macros to test the exit status returned by wait 48 #define _W_INT(w) (*(int *)(void *)&(w)) /* convert union wait to int */ 66 * wait to not hang if there are no stopped or terminated processes, rather 69 * which stop due to signals. If children are stopped and a wait without 73 #define WNOHANG 0x00000001 /* don't hang in wait */ 77 #define WALTSIG 0x00000004 /* wait for processes that exit 80 #define WALLSIG 0x00000008 /* wait fo 113 union wait { union [all...] |
/vbox/src/VBox/Main/include/ |
H A D | USBProxyService.h | 93 virtual int wait(RTMSINTERVAL aMillies); 169 virtual int wait(RTMSINTERVAL aMillies); 219 virtual int wait(RTMSINTERVAL aMillies); 232 /** Pipe used to interrupt wait(), the read end. */ 234 /** Pipe used to interrupt wait(), the write end. */ 267 virtual int wait(RTMSINTERVAL aMillies); 314 virtual int wait(RTMSINTERVAL aMillies); 345 virtual int wait(RTMSINTERVAL aMillies); 373 virtual int wait(RTMSINTERVAL aMillies);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | pthreads_user.c | 265 thread->md.wait--; 266 if (thread->md.wait < 0) { 275 thread->md.wait++; 292 * wait timed out 295 if (thread->wait.cvar) { 300 thread->wait.cvar = NULL; 345 thread->md.wait++; 404 thread->md.wait = 0;
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | UIThreadPool.cpp | 104 pWorker->wait(); 151 /* else: wait for some worker to complete whatever it's busy with and jump to it. */ 197 * If the wait times out, we'll return NULL and terminate the thread. */ 229 fIdleTimedOut = !m_taskCondition.wait(&m_everythingLocker, m_cMsIdleTimeout); 253 pWorker->wait();
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/ |
H A D | prdump.c | 79 _PR_DumpPrintf(fd, " lock=%p", thread->wait.lock); 83 thread->wait.cvar, thread->sleep); 126 _PR_DumpPrintf(fd, "CondVar timed wait Threads:\n"); 129 _PR_DumpPrintf(fd, "CondVar wait Threads:\n");
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | glxcontext.h | 51 Bool (*wait) (__GLXcontext * context, __GLXclientState * cl, int *error); member in struct:__GLXcontext
|
H A D | mipointer.h | 114 miPointerSetWaitForUpdate(ScreenPtr pScreen, Bool wait);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | mipointer.h | 114 miPointerSetWaitForUpdate(ScreenPtr pScreen, Bool wait);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | mipointer.h | 145 Bool wait);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | mipointer.h | 145 Bool wait);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | mipointer.h | 146 Bool wait);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | mipointer.h | 146 Bool wait);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | mipointer.h | 125 miPointerSetWaitForUpdate(ScreenPtr pScreen, Bool wait);
|