HomeSort by: relevance | last modified time | path
    Searched refs:poll (Results 1 - 25 of 57) sorted by relevancy

1 2 3

  /xsrc/external/mit/xorg-server/dist/include/
xserver_poll.h 31 #include <poll.h>
32 #define xserver_poll(fds, nfds, timeout) poll(fds, nfds, timeout)
  /xsrc/external/mit/libdrm/dist/
libsync.h 36 #include <poll.h>
71 ret = poll(&fds, 1, timeout);
  /xsrc/external/mit/xorg-server/dist/test/bigreq/
request-length.c 26 #include <poll.h>
76 poll(&pfd, 1, -1);
  /xsrc/external/mit/MesaLib/dist/src/util/
libsync.h 37 #include <sys/poll.h>
110 ret = poll(&fds, 1, timeout);
os_socket.c 13 #include <poll.h>
  /xsrc/external/mit/libXt/dist/
configure.ac 91 # darwin through Snow Leopard has poll() but can't be used to poll character devices.
103 AC_CHECK_FUNC(poll, [AC_DEFINE(USE_POLL, 1, [poll() function is available])], )
109 AC_CHECK_FUNC(poll, [AC_DEFINE(USE_POLL, 1, [poll() function is available])], )
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
sun_bell.c 31 #include <poll.h>
164 poll(NULL, 0, naptime);
  /xsrc/external/mit/luit/dist/
sys.c 42 #include <poll.h>
44 #include <sys/poll.h>
109 rc = poll(pfd, 1, -1);
148 rc = poll(pfd, 2, -1);
  /xsrc/external/mit/xorg-server/dist/hw/sun/
sun.h 59 # include <poll.h>
61 # include <sys/poll.h>
87 # define usleep(usec) poll((struct pollfd *) 0, (size_t) 0, usec / 1000)
  /xsrc/external/mit/xorg-server.old/dist/hw/sun/
sun.h 59 # include <poll.h>
61 # include <sys/poll.h>
87 # define usleep(usec) poll((struct pollfd *) 0, (size_t) 0, usec / 1000)
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_fence.cpp 54 #include <poll.h>
  /xsrc/external/mit/libdrm/dist/tests/exynos/
exynos_fimg2d_event.c 25 #include <poll.h>
89 if (poll(&data->evhandler.fds, 1, timeout) < 0)
  /xsrc/external/mit/mesa-demos/dist/src/egl/eglut/
eglut_wayland.c 4 #include <poll.h>
209 if (poll(&pollfd, 1, -1) == -1)
  /xsrc/external/mit/libdrm/dist/tegra/
job.c 36 #include <poll.h>
  /xsrc/external/mit/libdrm/dist/tests/vbltest/
vbltest.c 34 #include <poll.h>
160 /* Poll for events */
  /xsrc/external/mit/libXrandr/dist/src/
XrrScreen.c 41 doGetScreenResources (Display *dpy, Window window, int poll)
84 req->randrReqType = poll ? X_RRGetScreenResources
  /xsrc/external/mit/libxcb/dist/src/
xcb_conn.c 43 #include <poll.h>
510 ret = poll(&fd, 1, -1);
511 /* If poll() returns an event we didn't expect, such as POLLNVAL, treat
531 /* The code allows two threads to call select()/poll() at the same time.
534 * and let it get stuck in select()/poll().
  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_present.c 40 #include <poll.h>
108 r = poll(&p, 1, 0);
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_present.c 40 #include <poll.h>
106 r = poll(&p, 1, 0);
  /xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
mesa-overlay-control.py 31 # initialize poll interface and register socket
44 events = self.epoll.poll(timeout)
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_fence.c 216 /* no need to poll any fd */
233 * Translate timeout from nanoseconds to milliseconds for poll().
249 * Poll a pollfd array.
255 /* poll */
257 int ret = poll(fds, nfds, tu_fence_get_poll_timeout(*timeout_ns));
305 /* add to fds again for another poll */
  /xsrc/external/mit/xdm/dist/xdm/
genauth.c 81 # include <poll.h>
90 return poll(&fds, 1, 5000);
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xpoll.h.in 166 #include <sys/poll.h>
  /xsrc/external/mit/MesaLib/dist/src/intel/ds/
intel_pps_driver.cc 14 #include <poll.h>
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ci/
radeonsi-run-tests.py 258 if proc.poll() is not None:

Completed in 25 milliseconds

1 2 3