Home
last modified time | relevance | path

Searched refs:pLocalFD (Results 1 – 1 of 1) sorted by last modified time

/aoo42x/main/vcl/unx/generic/app/
H A Dsm.cxx664 struct pollfd* pLocalFD = (struct pollfd*)rtl_allocateMemory( nBytes ); in ICEConnectionWorker() local
665 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 27 milliseconds