Searched refs:pLocalFD (Results 1 – 1 of 1) sorted by relevance
664 struct pollfd* pLocalFD = (struct pollfd*)rtl_allocateMemory( nBytes ); in ICEConnectionWorker() local665 rtl_copyMemory( pLocalFD, ICEConnectionObserver::pFilehandles, nBytes ); in ICEConnectionWorker()668 int nRet = poll( pLocalFD,nConnectionsBefore+1,-1 ); in ICEConnectionWorker()669 bool bWakeup = (pLocalFD[0].revents & POLLIN); in ICEConnectionWorker()670 rtl_freeMemory( pLocalFD ); in ICEConnectionWorker()
Completed in 19 milliseconds