Searched refs:aPoll (Results 1 – 1 of 1) sorted by relevance
407 struct pollfd aPoll; in Yield() local408 aPoll.fd = m_pTimeoutFDS[0]; in Yield()409 aPoll.events = POLLIN; in Yield()410 aPoll.revents = 0; in Yield()411 poll( &aPoll, 1, nTimeoutMS ); in Yield()417 if( (aPoll.revents & POLLIN) != 0 ) in Yield()
Completed in 13 milliseconds