Searched refs:wait (Results 1 - 25 of 134) sorted by relevance

123456

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/demo/io/
H A Diocpu.d42 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 Dtst.forker.c43 (void) wait(NULL);
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIProcess.cpp27 # include <sys/wait.h>
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dthe-linux-kernel.h103 #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 Dtestboxscript.py70 self.task.wait()
110 rcExit = self.task.wait();
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/
H A Dprucv.c67 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 Dlogo.c142 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 DStubFunctions.c70 wait(int *stat_loc) { function
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dposix_io.h27 extern int select ( fd_set *readfds, int wait );
/vbox/src/VBox/Runtime/testcase/
H A DtstFork.cpp39 # include <sys/wait.h>
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbrng.c43 #include <sys/wait.h>
/vbox/src/recompiler/tests/
H A Dtestthread.c8 #include <sys/wait.h>
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dwait.h1 /* $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 DUSBProxyService.h93 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 Dpthreads_user.c265 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 DUIThreadPool.cpp104 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 Dprdump.c79 _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 Dglxcontext.h51 Bool (*wait) (__GLXcontext * context, __GLXclientState * cl, int *error); member in struct:__GLXcontext
H A Dmipointer.h114 miPointerSetWaitForUpdate(ScreenPtr pScreen, Bool wait);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dmipointer.h114 miPointerSetWaitForUpdate(ScreenPtr pScreen, Bool wait);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dmipointer.h145 Bool wait);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dmipointer.h145 Bool wait);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dmipointer.h146 Bool wait);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dmipointer.h146 Bool wait);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dmipointer.h125 miPointerSetWaitForUpdate(ScreenPtr pScreen, Bool wait);

Completed in 76 milliseconds

123456