Searched refs:POLL (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server/dist/os/
H A DMakefile.am39 if POLL
H A Dospoll.c56 #define POLL 1 macro
103 #if POLL
140 #if POLL || POLLSET
236 #if POLL
261 #if POLL
383 #if POLL
456 #if POLL
519 #if POLL
559 #if POLL
661 #if POLL
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/tools/
H A Dvirtual.c82 #define POLL 0x40 macro
3356 DBG(POLL, ("polling - enable timer? %d, nfd=%d, ndisplay=%d\n", ctx.timer_active, ctx.nfd, ctx.ndisplay));
3363 DBG(POLL, ("poll reports %d fd awake\n", ret));
3365 DBG(POLL,("%s woken up\n", DisplayString(ctx.display[0].dpy)));
3429 DBG(POLL, ("%s woken up\n", DisplayString(ctx.display[i].dpy)));
3433 DBG(POLL, ("%s received event %d\n", DisplayString(ctx.display[i].dpy), e.type));
/xsrc/external/mit/xf86-video-intel/dist/tools/
H A Dvirtual.c84 #define POLL 0x80 macro
3584 DBG(POLL, ("polling - enable timer? %d, nfd=%d, ndisplay=%d\n", ctx.timer_active, ctx.nfd, ctx.ndisplay));
3589 DBG(POLL, ("poll reports %d fd awake\n", ret));
3596 DBG(POLL,("%s woken up\n", DisplayString(ctx.display[0].dpy)));
3603 DBG(POLL, ("%s received event %d\n", DisplayString(ctx.display[0].dpy), e.type));
3679 DBG(POLL, ("%s woken up\n", DisplayString(ctx.display[i].dpy)));
3683 DBG(POLL, ("%s received event %d\n", DisplayString(ctx.display[i].dpy), e.type));
/xsrc/external/mit/xorg-server/dist/
H A Dconfigure.ac165 AM_CONDITIONAL(POLL, [test "x$ac_cv_func_poll" = "xyes"]) condition

Completed in 15 milliseconds