HomeSort by: relevance | last modified time | path
    Searched defs:SetNotifyFd (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel/dist/src/
compat-api.h 267 #define SetNotifyFd(fd, cb, mode, data) AddGeneralSocket(fd);
  /xsrc/external/mit/xorg-server/dist/os/
connection.c 287 SetNotifyFd(fd, EstablishNewConnections, X_NOTIFY_READ, NULL);
347 SetNotifyFd(ListenTransFds[i], EstablishNewConnections, X_NOTIFY_READ,
748 if (!SetNotifyFd(trans_conn->fd, ConnMaxNotify, X_NOTIFY_READ, trans_conn))
816 * SetNotifyFd
822 SetNotifyFd(int fd, NotifyFdProcPtr notify, int mask, void *data)
1052 SetNotifyFd(fd, EstablishNewConnections, X_NOTIFY_READ, NULL);

Completed in 5 milliseconds