Searched refs:readSet (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGClobberSet.cpp122 void addReads(Graph& graph, Node* node, ClobberSet& readSet) argument
124 ClobberSetAdd addRead(readSet);
136 void addReadsAndWrites(Graph& graph, Node* node, ClobberSet& readSet, ClobberSet& writeSet) argument
138 ClobberSetAdd addRead(readSet);
143 bool readsOverlap(Graph& graph, Node* node, ClobberSet& readSet) argument
145 ClobberSetOverlaps addRead(readSet);
/macosx-10.10.1/curl-83.1.2/curl/tests/libtest/
H A Dlib582.c305 fd_set readSet, writeSet; local
309 FD_ZERO(&readSet);
311 updateFdSet(&sockets.read, &readSet, &maxFd);
326 select_test(maxFd, &readSet, &writeSet, NULL, &tv);
329 checkFdSet(m, &sockets.read, &readSet, CURL_CSELECT_IN, "read");
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSVxWorks/
H A DmDNSVxWorks.c1603 fd_set readSet; local
1620 TaskSetupSelect( inMDNS, &readSet, &maxFd, nextEvent, &timeout );
1621 n = select( maxFd + 1, &readSet, NULL, NULL, &timeout );
1631 if( IsValidSocket( fd ) && FD_ISSET( fd, &readSet ) )
1637 if( IsValidSocket( fd ) && FD_ISSET( fd, &readSet ) )
1647 if( IsValidSocket( fd ) && FD_ISSET( fd, &readSet ) )
1653 if( IsValidSocket( fd ) && FD_ISSET( fd, &readSet ) )
1663 if( FD_ISSET( fd, &readSet ) )
H A DmDNSVxWorksIPv4Only.c1448 fd_set readSet; local
1464 readSet = allReadSet;
1465 n = select( maxSocket + 1, &readSet, NULL, NULL, &timeout );
1482 if( FD_ISSET( item->multicastSocketRef, &readSet ) )
1491 if( FD_ISSET( inMDNS->p->commandPipe, &readSet ) )

Completed in 132 milliseconds