Searched refs:io_pending (Results 1 - 10 of 10) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntio.c401 PR_ASSERT(completed_io->io_pending == PR_FALSE);
415 PR_ASSERT(completed_io->io_pending == PR_TRUE);
419 completed_io->io_pending = PR_FALSE;
460 completed_io->io_pending = PR_FALSE;
543 if (thread->io_pending == PR_TRUE) {
602 PR_ASSERT(thread->io_pending == PR_TRUE);
604 thread->io_pending = PR_FALSE;
613 PR_ASSERT(thread->io_pending == PR_TRUE);
614 thread->io_pending = PR_FALSE;
656 PR_ASSERT(thread->io_pending
[all...]
H A Dw16sock.c631 me->io_pending = PR_TRUE;
638 me->io_pending = PR_FALSE;
1085 me->io_pending = PR_TRUE;
1093 me->io_pending = PR_FALSE;
H A Dntthread.c87 if (restarted_io->io_pending == PR_FALSE) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacthr.c334 while ((thread->io_pending) && (status == PR_SUCCESS))
337 while ((thread->io_pending) && ((PRIntervalTime)(PR_IntervalNow() - timein) < timeout) && (status == PR_SUCCESS))
342 } else if (thread->io_pending) {
347 thread->io_pending = PR_FALSE;
374 thread->io_pending = PR_FALSE;
H A Dmacsockotpt.c289 thread->io_pending = PR_TRUE;
618 me->io_pending = PR_FALSE;
727 me->io_pending = PR_FALSE; // clear pending wait state if any
763 me->io_pending = PR_FALSE;
827 me->io_pending = PR_FALSE;
1020 me->io_pending = PR_FALSE;
1298 me->io_pending = PR_FALSE; // clear pending wait state if any
1341 me->io_pending = PR_FALSE;
1375 me->io_pending = PR_FALSE;
1500 me->io_pending
[all...]
H A Dmacio.c304 me->io_pending = PR_TRUE;
311 me->io_pending = PR_FALSE;
321 me->io_pending = PR_TRUE;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/
H A Dpruthr.c285 thread->io_pending = thread->io_suspended = PR_FALSE;
445 PR_ASSERT(thread->io_pending == PR_FALSE);
535 PR_ASSERT(thread->io_pending == PR_FALSE);
832 } else if (thread->io_pending == PR_TRUE) {
H A Dprucv.c444 } else if (thread->io_pending == PR_TRUE) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h801 #define _PR_IO_PENDING(_thread) ((_thread)->io_pending)
1615 PRBool io_pending; member in struct:PRThread
1665 * initiated, the io_pending flag is set to true. Some platforms will
1666 * not use the io_pending flag. If the io_pending flag is true, then
1669 PRBool io_pending; member in struct:PRThread
1675 * but may run into trouble issuing additional IOs until the io_pending
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunix.c3088 me->io_pending = PR_TRUE;
3096 me->io_pending = PR_FALSE;

Completed in 321 milliseconds