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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dpprmwait.h85 PRThread* poller; /* thread that's actually doing the poll() */ member in struct:PRWaitGroup
89 PRPollDesc *polling_list; /* list poller builds for polling */
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprmwait.c466 group->poller = PR_GetCurrentThread();
618 group->poller = NULL; /* we were that, not we ain't */
621 /* Wake up one thread to become the new poller. */
939 if (NULL == group->poller)
976 if (_MW_ABORTED(st) || (NULL == group->poller)) break;
982 ** new poller. To be safe, if either condition is true,
987 if ((NULL == group->poller
995 ** A new poller is needed, but can I be the new poller?
999 ** thread to be the new poller
[all...]

Completed in 45 milliseconds