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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dpprmwait.h83 PRCondVar *new_business; /* polling thread waits here more work */ member in struct:PRWaitGroup
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprmwait.c476 st = PR_WaitCondVar(group->new_business, PR_INTERVAL_NO_TIMEOUT);
793 PR_NotifyCondVar(group->new_business); /* tell the world */
1171 PR_NotifyAllCondVar(group->new_business);
1295 wg->new_business = PR_NewCondVar(wg->ml);
1296 if (NULL == wg->new_business) goto failed_cvar2;
1328 PR_DestroyCondVar(wg->new_business);
1380 PR_DestroyCondVar(group->new_business);

Completed in 46 milliseconds