Searched refs:waiting_threads (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dpprmwait.h86 PRUint16 waiting_threads; /* number of threads waiting for recv */ member in struct:PRWaitGroup
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprmwait.c563 && (1 == group->waiting_threads)) break;
610 && (1 == group->waiting_threads)) break;
619 if ((_prmw_running == group->state) && (group->waiting_threads > 1))
638 && (0 == group->waiting_threads))
888 group->waiting_threads += 1; /* the polling thread is counted */
989 && group->waiting_threads > 1)
1005 if (group->waiting_threads > 1)
1023 group->waiting_threads -= 1;
1167 if (0 == group->waiting_threads) /* is there anybody else? */
1351 if ((group->waiting_threads
[all...]

Completed in 34 milliseconds