Home
last modified time | relevance | path

Searched refs:POLLIN (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/vcl/unx/generic/app/
H A Dsm.cxx669 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()
H A Dsaldisp.cxx2748 aFD.events = POLLIN; in XIfEventWithTimeout()
/aoo42x/main/vcl/unx/headless/
H A Dsvpinst.cxx409 aPoll.events = POLLIN; in Yield()
417 if( (aPoll.revents & POLLIN) != 0 ) in Yield()
/aoo42x/main/sal/osl/unx/
H A Dsocket.c55 #define POLLIN 0x0001 macro
2592 (nEvent == POLLIN ) ? PTR_FD_SET(fds) : NULL, in __osl_socket_poll()
2628 return __osl_socket_poll (pSocket, pTimeout, POLLIN); in osl_isReceiveReady()
/aoo42x/main/sal/osl/os2/
H A Dsocket.c55 #define POLLIN 0x0001 macro
2624 (nEvent == POLLIN ) ? PTR_FD_SET(fds) : NULL, in __osl_socket_poll()
2660 return __osl_socket_poll (pSocket, pTimeout, POLLIN); in osl_isReceiveReady()
/aoo42x/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx3724 aPollFD.events = POLLIN; in dispatchEvent()

Completed in 556 milliseconds