Searched refs:nready (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/remote_cmds-47/talk.tproj/
H A Dctl_transact.c70 int nready = 0, cc; local
97 nready = select(ctl_sockt + 1, &read_mask, 0, 0, &wait);
98 if (nready < 0) {
103 } while (nready == 0);
119 nready = select(ctl_sockt + 1, &read_mask, 0, 0, &wait);
120 } while (nready > 0 && (rp->vers != TALK_VERSION ||
/macosx-10.10.1/apr-32/apr/apr/test/
H A Dtestlock.c53 int nready; member in struct:__anon6182
54 } nready; variable in typeref:struct:__anon6182
122 apr_thread_mutex_lock(nready.mutex);
123 if (nready.nready == 0)
124 apr_thread_cond_signal(nready.cond);
125 nready.nready++;
126 apr_thread_mutex_unlock(nready.mutex);
139 apr_thread_mutex_lock(nready
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dmkservice.c132 static int nready; variable
221 while(ready < nready)
234 nready = ready = 0;
242 nready = sfpoll(poll_list,pstream-poll_list,timeout);
244 sfprintf(sfstderr,"after poll nready=%d",nready);
245 for(i=0; i < nready; i++)
253 if(nready<=0)
/macosx-10.10.1/sudo-73/src/
H A Dsudoreplay.c578 int nready; local
583 nready = select(STDOUT_FILENO + 1, NULL, &fdsw, NULL, NULL);
584 } while (nready == -1 && errno == EINTR);
585 if (nready == 1)
1072 int nready, paused = 0; local
1084 nready = select(ttyfd + 1, fdsr, NULL, NULL, paused ? NULL : &tv);
1085 if (nready != 1)
H A Dexec_pty.c1016 int nready, nwriters, maxfd = -1; local
1064 nready = select(maxfd + 1, fdsr, fdsw, NULL, nwriters ? NULL : &tv);
1065 if (nready <= 0) {
1066 if (nready == 0)
1072 if (perform_io(fdsr, fdsw, NULL) != 0 || nready == -1)
H A Dexec.c253 int maxfd, n, nready, sv[2]; local
400 nready = select(maxfd + 1, fdsr, fdsw, NULL, NULL);
401 if (nready == -1) {
/macosx-10.10.1/ppp-786.1.1/Drivers/PPPSerial/PPPSerial-plugin/
H A Dmain.c833 int sacc = 0, nready, maxfd; local
861 nready = select(maxfd + 1, &rset, NULL, NULL, &timeout);
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c752 int ret, nready, status, i; local
828 nready = select(maxfd, &rset, NULL, NULL, timeleft(&timo));

Completed in 128 milliseconds