Searched refs:waiting (Results 26 - 32 of 32) sorted by relevance

12

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver.h79 RunQueue **waiting; member in struct:__anon16455
84 wqnode *waiting, *tail; member in struct:__anon16456
H A Dserver_main.c125 crFree(barrier->waiting);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptsynch.c371 * The thread waiting is used for PR_Interrupt
373 thred->waiting = cvar; /* this is where we're waiting */
402 thred->waiting = NULL; /* and now we're not */
H A Dptthread.c773 ** If the target thread indicates that it's waiting,
778 ** I don't expect very many threads to be waiting on
797 cv = thred->waiting;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2vacpp.asm142 lock inc (ramsem PTR [ecx]).ramsem_cWaiting ; inc waiting flag
/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dvberom.asm88 ;; Vertical retrace waiting
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h830 * awaken a thread which is waiting on a lock or cvar.
1455 PRCList waitQ; /* list of threads waiting for lock */
1471 sem_id handshakeSem; /* the lock for 'notify'-threads waiting for confirmation */
1472 sem_id signalSem; /* the lock for threads waiting for someone to notify */
1473 volatile int32 nw; /* the number waiting */
1475 long signalBenCount; /* the number waiting on the underlying sem */
1506 PRUint32 waiters; /* threads waiting on the semaphore */
1597 PRCondVar *waiting; /* where the thread is waiting | NULL */ member in struct:PRThread

Completed in 2078 milliseconds

12