Searched refs:pollfd (Results 1 – 8 of 8) sorted by relevance
153 static struct pollfd* pFilehandles;176 struct pollfd* ICEConnectionObserver::pFilehandles = NULL;663 int nBytes = sizeof( struct pollfd )*(nConnectionsBefore+1); in ICEConnectionWorker()664 struct pollfd* pLocalFD = (struct pollfd*)rtl_allocateMemory( nBytes ); in ICEConnectionWorker()723 …pFilehandles = (struct pollfd*)rtl_reallocateMemory( pFilehandles, sizeof( struct pollfd )*(nConne… in ICEWatchProc()770 … rtl_moveMemory( pFilehandles+i+1, pFilehandles+i+2, sizeof( struct pollfd )*(nConnections-i-1) ); in ICEWatchProc()774 …pFilehandles = (struct pollfd*)rtl_reallocateMemory( pFilehandles, sizeof( struct pollfd )*(nConne… in ICEWatchProc()
529 struct pollfd aFileDescriptor; in InputMethod_HasPendingEvent()
2746 struct pollfd aFD; in XIfEventWithTimeout()
902 GPollFD pollfd; member919 watch->pending (watch->pollfd.fd, watch->user_data)) { in sal_source_prepare()920 watch->pollfd.revents |= watch->condition; in sal_source_prepare()932 return watch->pollfd.revents & watch->condition; in sal_source_check()945 watch->handle (watch->pollfd.fd, watch->user_data); in sal_source_dispatch()981 watch->pollfd.fd = fd; in sal_source_create_watch()982 watch->pollfd.events = condition; in sal_source_create_watch()989 g_source_add_poll (source, &watch->pollfd); in sal_source_create_watch()1018 if (watch->pollfd.fd == nFD) in Remove()
407 struct pollfd aPoll; in Yield()
2562 struct pollfd fds; in __osl_socket_poll()
2524 struct pollfd fds; in __osl_socket_poll()
3719 pollfd aPollFD; in dispatchEvent()
Completed in 83 milliseconds