Home
last modified time | relevance | path

Searched refs:readFDs (Results 1 – 25 of 45) sorted by relevance

12

/dports/games/xcheckers/xcheckers-2.2.3/xcheckers.src/
H A Dchild.c70 fd_set *readFDs = &fileSet; /* used for select */ in loop() local
123 FD_ZERO(readFDs); /* nelson@reed.edu */ in loop()
124 FD_SET(0, readFDs); /* we care about these 3 */ in loop()
125 FD_SET(pfdin[0], readFDs); /* file descriptors */ in loop()
126 FD_SET(xServerFD, readFDs); /* kbd, telnet, and X */ in loop()
132 rc = select(nds, readFDs, 0, 0, &timeout); /* wait for input */ in loop()
136 if (FD_ISSET(0, readFDs)) { in loop()
143 if (FD_ISSET(pfdin[0], readFDs)) { in loop()
160 if (FD_ISSET(xServerFD, readFDs)) { in loop()
/dports/net/pear-Net_Server/Net_Server-1.0.3/Net/Server/Driver/Multiprocess/
H A DProcessor.php19 $readFDs = array();
20 array_push($readFDs, $this->_server->initFD);
24 array_push($readFDs, $this->_server->clientFD[$i]);
27 $ready = @socket_select($readFDs, $this->_server->null, $this->_server->null, null);
33 if (in_array($this->_server->initFD, $readFDs)) {
60 if (in_array($this->_server->clientFD[$i], $readFDs)) {
/dports/net/pear-Net_Server/Net_Server-1.0.3/Net/Server/Driver/
H A DSequential.php173 $readFDs = array();
174 array_push($readFDs, $this->initFD);
179 array_push($readFDs, $this->clientFD[$i]);
185 $readFDs,
208 if (in_array($this->initFD, $readFDs)) {
240 if (!in_array($this->clientFD[$i], $readFDs)) {
H A DFork.php167 $readFDs = array( $this->clientFD[0] );
170 $ready = @socket_select($readFDs, $this->null, $this->null, null);
178 if (in_array($this->clientFD[0], $readFDs) && (!$ready===false))
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/samples/vst-hosting/editorhost/source/platform/linux/
H A Drunloop.cpp96 fd_set readFDs = {}, writeFDs = {}, exceptFDs = {}; in select() local
101 FD_SET (fd, &readFDs); in select()
107 int result = ::select (nfds, &readFDs, &writeFDs, nullptr, timeout); in select()
113 if (FD_ISSET (e.first, &readFDs) || FD_ISSET (e.first, &writeFDs) || in select()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/samples/vst-hosting/editorhost/source/platform/linux/
H A Drunloop.cpp96 fd_set readFDs = {}, writeFDs = {}, exceptFDs = {}; in DiagnosticMessage()
101 FD_SET (fd, &readFDs); in DiagnosticMessage()
107 int result = ::select (nfds, &readFDs, &writeFDs, nullptr, timeout); in DiagnosticMessage()
113 if (FD_ISSET (e.first, &readFDs) || FD_ISSET (e.first, &writeFDs) || in DiagnosticMessage()
/dports/security/autossh/autossh-1.4g/
H A Dfakepoll.h59 fd_set readFDs, writeFDs, exceptFDs; in poll() local
75 readp = &readFDs; in poll()
/dports/www/dfileserver/DFileServer/src/contrib/
H A Dfakepoll.h51 fd_set readFDs, writeFDs, exceptFDs; in poll() local
67 readp = &readFDs; in poll()
/dports/lang/voc/voc-63008f6/src/tools/testcoordinator/
H A DTestCoordinator.Mod220 readFDs: IP.FDset;
236 IP.ZeroFDs(readFDs);
237 IP.SetFD(Listener, readFDs);
240 IF (co # NIL) & (co.state >= CoConnected) THEN IP.SetFD(i, readFDs) END;
244 …ErrorCheck(IP.Select(MaxSocket+1, readFDs, noFDs, noFDs, 60000, waitcount), "Wait for next service…
248 IF IP.FDisSet(i, readFDs) THEN
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysys/
H A Dthr_alarm.c727 fd_set readFDs; in test_thread() local
729 FD_ZERO(&readFDs); in test_thread()
730 FD_SET(max_connection,&readFDs); in test_thread()
736 if (select(max_connection+1, (fd_set_ptr) &readFDs,0,0,0) < 0) in test_thread()
749 if (!FD_ISSET(max_connection,&readFDs)) in test_thread()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysys/
H A Dthr_alarm.c727 fd_set readFDs; in test_thread() local
729 FD_ZERO(&readFDs); in test_thread()
730 FD_SET(max_connection,&readFDs); in test_thread()
736 if (select(max_connection+1, (fd_set_ptr) &readFDs,0,0,0) < 0) in test_thread()
749 if (!FD_ISSET(max_connection,&readFDs)) in test_thread()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysys/
H A Dthr_alarm.c727 fd_set readFDs; in test_thread() local
729 FD_ZERO(&readFDs); in test_thread()
730 FD_SET(max_connection,&readFDs); in test_thread()
736 if (select(max_connection+1, (fd_set_ptr) &readFDs,0,0,0) < 0) in test_thread()
749 if (!FD_ISSET(max_connection,&readFDs)) in test_thread()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysys/
H A Dthr_alarm.c727 fd_set readFDs; in test_thread() local
729 FD_ZERO(&readFDs); in test_thread()
730 FD_SET(max_connection,&readFDs); in test_thread()
736 if (select(max_connection+1, (fd_set_ptr) &readFDs,0,0,0) < 0) in test_thread()
749 if (!FD_ISSET(max_connection,&readFDs)) in test_thread()
/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/
H A Dthr_alarm.c630 fd_set readFDs; in test_thread() local
632 FD_ZERO(&readFDs); in test_thread()
633 FD_SET(max_connection,&readFDs); in test_thread()
639 if (select(max_connection+1, (fd_set_ptr) &readFDs,0,0,0) < 0) in test_thread()
652 if (!FD_ISSET(max_connection,&readFDs)) in test_thread()
/dports/databases/mariadb104-server/mariadb-10.4.24/mysys/
H A Dthr_alarm.c654 fd_set readFDs; in test_thread() local
656 FD_ZERO(&readFDs); in test_thread()
657 FD_SET(max_connection,&readFDs); in test_thread()
663 if (select(max_connection+1, (fd_set_ptr) &readFDs,0,0,0) < 0) in test_thread()
676 if (!FD_ISSET(max_connection,&readFDs)) in test_thread()
/dports/databases/mariadb104-client/mariadb-10.4.24/mysys/
H A Dthr_alarm.c654 fd_set readFDs; in test_thread() local
656 FD_ZERO(&readFDs); in test_thread()
657 FD_SET(max_connection,&readFDs); in test_thread()
663 if (select(max_connection+1, (fd_set_ptr) &readFDs,0,0,0) < 0) in test_thread()
676 if (!FD_ISSET(max_connection,&readFDs)) in test_thread()
/dports/databases/mariadb103-server/mariadb-10.3.34/mysys/
H A Dthr_alarm.c654 fd_set readFDs; in test_thread() local
656 FD_ZERO(&readFDs); in test_thread()
657 FD_SET(max_connection,&readFDs); in test_thread()
663 if (select(max_connection+1, (fd_set_ptr) &readFDs,0,0,0) < 0) in test_thread()
676 if (!FD_ISSET(max_connection,&readFDs)) in test_thread()
/dports/databases/mariadb103-client/mariadb-10.3.34/mysys/
H A Dthr_alarm.c654 fd_set readFDs; in test_thread() local
656 FD_ZERO(&readFDs); in test_thread()
657 FD_SET(max_connection,&readFDs); in test_thread()
663 if (select(max_connection+1, (fd_set_ptr) &readFDs,0,0,0) < 0) in test_thread()
676 if (!FD_ISSET(max_connection,&readFDs)) in test_thread()
/dports/databases/mysql56-client/mysql-5.6.51/mysys/
H A Dthr_alarm.c727 fd_set readFDs; in test_thread() local
729 FD_ZERO(&readFDs); in test_thread()
730 FD_SET(max_connection,&readFDs); in test_thread()
736 if (select(max_connection+1, (fd_set_ptr) &readFDs,0,0,0) < 0) in test_thread()
749 if (!FD_ISSET(max_connection,&readFDs)) in test_thread()
/dports/databases/mariadb105-server/mariadb-10.5.15/mysys/
H A Dthr_alarm.c630 fd_set readFDs; in test_thread() local
632 FD_ZERO(&readFDs); in test_thread()
633 FD_SET(max_connection,&readFDs); in test_thread()
639 if (select(max_connection+1, (fd_set_ptr) &readFDs,0,0,0) < 0) in test_thread()
652 if (!FD_ISSET(max_connection,&readFDs)) in test_thread()
/dports/databases/mysql55-client/mysql-5.5.62/mysys/
H A Dthr_alarm.c740 fd_set readFDs; in test_thread() local
742 FD_ZERO(&readFDs); in test_thread()
743 FD_SET(max_connection,&readFDs); in test_thread()
749 if (select(max_connection+1, (fd_set_ptr) &readFDs,0,0,0) < 0) in test_thread()
762 if (!FD_ISSET(max_connection,&readFDs)) in test_thread()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSShared/Java/
H A DJNISupport.c240 fd_set readFDs; in Java_com_apple_dnssd_AppleService_BlockForData() local
243 FD_ZERO( &readFDs); in Java_com_apple_dnssd_AppleService_BlockForData()
244 FD_SET( sd, &readFDs); in Java_com_apple_dnssd_AppleService_BlockForData()
263 if (select( sd + 1, &readFDs, (fd_set*) NULL, (fd_set*) NULL, &timeout) == 1) return(1); in Java_com_apple_dnssd_AppleService_BlockForData()
284 fd_set readFDs; in Java_com_apple_dnssd_AppleService_ProcessResults() local
289 FD_ZERO( &readFDs); in Java_com_apple_dnssd_AppleService_ProcessResults()
290 FD_SET( sd, &readFDs); in Java_com_apple_dnssd_AppleService_ProcessResults()
293 if (0 < select(sd + 1, &readFDs, (fd_set*) NULL, (fd_set*) NULL, &zeroTimeout)) in Java_com_apple_dnssd_AppleService_ProcessResults()
/dports/biology/ncbi-toolkit/ncbi/connect/mitsock/
H A DOTSockets.c677 int select(int maxFDsExamined, fd_set *readFDs, fd_set *writeFDs, in select() argument
730 if (readFDs != NULL && FD_ISSET(sockFD, readFDs)) in select()
746 FD_CLR(sockFD, readFDs); in select()
777 if( readFDs != NULL) in select()
778 memmove(readFDs, &retRead, sizeof(fd_set)); in select()
H A Dsock_ext.h63 int select(int maxFDsExamined, fd_set *readFDs, fd_set *writeFDs, fd_set *exceptFDs,
/dports/security/cyrus-sasl2-gssapi/cyrus-sasl-2.1.28/mac/CommonKClient/mac_kclient3/Headers/KerberosSupport/
H A DSockets.h227 int socket_select(int maxFDsExamined, fd_set *readFDs, fd_set *writeFDs, fd_set *exceptFDs,

12