Searched refs:io_ready (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprmwait.c424 PR_APPEND_LINK(&((*waiter)->internal), &group->io_ready);
562 if ((!PR_CLIST_IS_EMPTY(&group->io_ready))
609 if ((!PR_CLIST_IS_EMPTY(&group->io_ready))
647 static void _MW_InitialRecv(PRCList *io_ready) argument
649 PRRecvWait *desc = (PRRecvWait*)io_ready;
871 PRCList *io_ready = NULL; local
892 while (PR_CLIST_IS_EMPTY(&group->io_ready))
919 io_ready = PR_LIST_HEAD(&group->io_ready);
920 PR_ASSERT(io_ready !
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dpprmwait.h77 PRCList io_ready; /* list of I/O requests that are ready */ member in struct:PRWaitGroup
96 * They need to add completed i/o to the io_ready list. Since
98 * to protect the io_ready list.
100 _MDLock mdlock; /* protect io_ready, waiter, and wait_list */
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntio.c342 PR_APPEND_LINK(&mdOlp->data.mw.links, &group->io_ready);

Completed in 256 milliseconds