Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/headless/
H A Dsvpinst.cxx407 struct pollfd aPoll; in Yield() local
408 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 10 milliseconds