Searched refs:PR_POLL_READ (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxpoll.c84 if (pds[index].in_flags & PR_POLL_READ)
95 pds[index].in_flags & ~PR_POLL_READ,
132 if (in_flags_read & PR_POLL_READ)
144 if (in_flags_write & PR_POLL_READ)
240 out_flags |= PR_POLL_READ;
253 out_flags |= PR_POLL_READ;
309 if (pd->in_flags & PR_POLL_READ)
317 pd->fd, pd->in_flags & ~PR_POLL_READ, &out_flags_write);
354 if (in_flags_read & PR_POLL_READ)
364 if (in_flags_write & PR_POLL_READ)
[all...]
H A Duxproces.c820 pd.in_flags = PR_POLL_READ;
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dprpoll.c160 pds[npds].in_flags = PR_POLL_READ;
163 pds[npds].in_flags = PR_POLL_READ;
184 pds[npds].in_flags = PR_POLL_READ;
211 pds[npds].in_flags = PR_POLL_READ;
280 if (pds[j].out_flags & PR_POLL_READ) {
293 other_pds[nextIndex].in_flags = PR_POLL_READ;
301 other_pds[nextIndex].in_flags = PR_POLL_READ;
317 if (pds[j].out_flags & PR_POLL_READ) {
H A Dpoll_er.c202 pds[0].in_flags = PR_POLL_READ;
204 pds[1].in_flags = PR_POLL_READ;
216 pds[2].in_flags = PR_POLL_READ;
H A Dpoll_to.c182 pds[0].in_flags = PR_POLL_READ;
184 pds[1].in_flags = PR_POLL_READ;
H A Dpollable.c81 pd.in_flags = PR_POLL_READ;
93 PR_ASSERT(pd.out_flags & PR_POLL_READ);
245 pd.in_flags = PR_POLL_READ;
263 PR_ASSERT(pd.out_flags & PR_POLL_READ);
H A Dpoll_nm.c243 pds[0].in_flags = PR_POLL_READ;
245 pds[1].in_flags = PR_POLL_READ;
301 if (pds[j].out_flags & PR_POLL_READ) {
312 other_pds[nextIndex].in_flags = PR_POLL_READ;
339 if (pds[j].out_flags & PR_POLL_READ) {
H A Dnblayer.c202 polldesc.in_flags = PR_POLL_READ;
244 polldesc.in_flags = PR_POLL_READ | PR_POLL_EXCEPT;
275 polldesc.in_flags = PR_POLL_READ;
336 if (0 != (PR_POLL_READ & in_flags))
342 my_flags = (in_flags & ~PR_POLL_READ) | PR_POLL_WRITE;
356 my_flags = (in_flags & ~PR_POLL_WRITE) | PR_POLL_READ;
H A Dnbconn.c187 if (pd.out_flags & PR_POLL_READ) {
188 printf( "PR_POLL_READ\n");
209 pd.in_flags = PR_POLL_READ;
425 pd.in_flags = PR_POLL_READ;
436 PR_ASSERT((rv == 1) && (pd.out_flags == PR_POLL_READ));
H A Dprpollml.c116 pd[i].in_flags = PR_POLL_READ;
H A Dpeek.c252 pd.in_flags = PR_POLL_READ;
H A Dy2ktmo.c251 pd.in_flags = PR_POLL_READ;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2poll.c108 if (pd->in_flags & PR_POLL_READ)
116 pd->fd, pd->in_flags & ~PR_POLL_READ, &out_flags_write);
154 if (in_flags_read & PR_POLL_READ)
174 if (in_flags_write & PR_POLL_READ)
313 out_flags |= PR_POLL_READ;
325 out_flags |= PR_POLL_READ;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw32poll.c152 if (pd->in_flags & PR_POLL_READ)
161 pd->fd, (PRInt16)(pd->in_flags & ~PR_POLL_READ),
197 if (in_flags_read & PR_POLL_READ)
209 if (in_flags_write & PR_POLL_READ)
300 out_flags |= PR_POLL_READ;
307 out_flags |= PR_POLL_READ;
H A Dw16sock.c187 if (_PR_WaitForFD(osfd, PR_POLL_READ, timeout) == 0) {
304 if (_PR_WaitForFD(osfd, PR_POLL_READ, timeout) == 0) {
439 if (_PR_WaitForFD(osfd, PR_POLL_READ, timeout) == 0) {
611 if (how == PR_POLL_READ) {
653 if (how == PR_POLL_READ) {
762 if (in_flags & PR_POLL_READ) {
890 if ((in_flags & PR_POLL_READ) && FD_ISSET(osfd, rp)) {
891 out_flags |= PR_POLL_READ;
924 if (in_flags & PR_POLL_READ) {
1056 if (in_flags & PR_POLL_READ) {
[all...]
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A DipcClient.cpp142 // PR_POLL_READ - to wait for the client socket to become readable
155 int outFlags = PR_POLL_READ;
157 if (inFlags & PR_POLL_READ) {
H A DipcdUnix.cpp311 ipcPollList[pollCount].in_flags = PR_POLL_READ;
357 ipcPollList[0].in_flags = PR_POLL_EXCEPT | PR_POLL_READ;
407 if (ipcPollList[0].out_flags & PR_POLL_READ) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbfile.c595 if (pd->in_flags & PR_POLL_READ)
601 in_flags_write = (pd->fd->methods->poll)(pd->fd, pd->in_flags & ~PR_POLL_READ, &out_flags_write);
638 if (in_flags_read & PR_POLL_READ)
648 if (in_flags_write & PR_POLL_READ)
735 out_flags |= PR_POLL_READ;
742 out_flags |= PR_POLL_READ;
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A DipcConnectionUnix.cpp325 s->fds[SOCK].in_flags = PR_POLL_READ;
326 s->fds[POLL].in_flags = PR_POLL_READ;
345 if (s->fds[POLL].out_flags & PR_POLL_READ)
360 if (s->fds[SOCK].out_flags & PR_POLL_READ)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprpolevt.c214 if ((in_flags & PR_POLL_READ) && pollDesc->gotEvent)
215 *out_flags = PR_POLL_READ;
H A Dprsocket.c1796 poll = _pr_setfd(pr_rd, PR_POLL_READ, poll);
1825 if (copy->out_flags & PR_POLL_READ)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprtpool.c360 pollfds[pollfds_used].in_flags = PR_POLL_READ;
423 if (pollfds[0].out_flags & PR_POLL_READ) {
799 jobp->io_poll_flags = PR_POLL_READ;
805 jobp->io_poll_flags = PR_POLL_READ;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c3794 if (pds[index].in_flags & PR_POLL_READ)
3805 pds[index].in_flags & ~PR_POLL_READ,
3843 if (in_flags_read & PR_POLL_READ)
3855 if (in_flags_write & PR_POLL_READ)
3950 out_flags |= PR_POLL_READ;
3963 out_flags |= PR_POLL_READ;
4052 if (pds[index].in_flags & PR_POLL_READ)
4063 pds[index].in_flags & ~PR_POLL_READ,
4104 if (in_flags_read & PR_POLL_READ)
4116 if (in_flags_write & PR_POLL_READ)
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacsockotpt.c1786 if (pd->in_flags & PR_POLL_READ)
1795 pd->fd, pd->in_flags & ~PR_POLL_READ, &out_flags_write);
1846 if (in_flags_read & PR_POLL_READ)
1847 pd->out_flags |= PR_POLL_READ;
1848 if (in_flags_write & PR_POLL_READ)
1854 pd->out_flags |= PR_POLL_READ;
1905 if (pd->in_flags & PR_POLL_READ) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h1995 #define PR_POLL_READ POLLIN macro
2004 #define PR_POLL_READ 0x1 macro
2063 ** is to poll it with the PR_POLL_READ flag. You can't
2087 ** One can call PR_Poll with the PR_POLL_READ flag on a pollable
2089 ** the PR_POLL_READ flag set in the out_flags.

Completed in 158 milliseconds

12