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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dpprmwait.h82 PRCondVar *io_complete; /* calling threads wait here for completions */ member in struct:PRWaitGroup
101 PRCList wait_list; /* used in place of io_complete. reuse
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprmwait.c425 PR_NotifyCondVar(group->io_complete);
622 PR_NotifyCondVar(group->io_complete);
955 ** a wait on the io_complete condition variable.
970 st = PR_WaitCondVar(group->io_complete, PR_INTERVAL_NO_TIMEOUT);
990 PR_NotifyCondVar(group->io_complete);
1006 PR_NotifyCondVar(group->io_complete);
1172 PR_NotifyAllCondVar(group->io_complete);
1293 wg->io_complete = PR_NewCondVar(wg->ml);
1294 if (NULL == wg->io_complete) goto failed_cvar1;
1330 PR_DestroyCondVar(wg->io_complete);
[all...]

Completed in 45 milliseconds