Searched refs:poll (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dusleep.c57 poll((struct pollfd *) 0, (size_t) 0, usec / 1000); /* ms resolution */
H A Dxlock.h137 #include <poll.h>
/solaris-x11-s11/open-src/app/fbconsole/sun-src/
H A Dfbconsole.c34 #include <poll.h>
367 while (poll(fds, fdcount, -1) >= 0) {
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_crtc_helper.c143 /* Re-enable polling in case the global poll config changed. */
994 /* if we are connected and don't want to poll for disconnect
1042 bool poll = false; local
1050 poll = true;
1053 if (poll)

Completed in 14 milliseconds