Searched refs:POLLIN (Results 1 – 6 of 6) sorted by relevance
669 bool bWakeup = (pLocalFD[0].revents & POLLIN); in ICEConnectionWorker()696 if( ICEConnectionObserver::pFilehandles[i+1].revents & POLLIN ) in ICEConnectionWorker()726 pFilehandles[ nConnections ].events = POLLIN; in ICEWatchProc()733 pFilehandles[0].events = POLLIN; in ICEWatchProc()
2748 aFD.events = POLLIN; in XIfEventWithTimeout()
409 aPoll.events = POLLIN; in Yield()417 if( (aPoll.revents & POLLIN) != 0 ) in Yield()
55 #define POLLIN 0x0001 macro2624 (nEvent == POLLIN ) ? PTR_FD_SET(fds) : NULL, in __osl_socket_poll()2660 return __osl_socket_poll (pSocket, pTimeout, POLLIN); in osl_isReceiveReady()
55 #define POLLIN 0x0001 macro2592 (nEvent == POLLIN ) ? PTR_FD_SET(fds) : NULL, in __osl_socket_poll()2628 return __osl_socket_poll (pSocket, pTimeout, POLLIN); in osl_isReceiveReady()
3724 aPollFD.events = POLLIN; in dispatchEvent()
Completed in 166 milliseconds