HomeSort by: relevance | last modified time | path
    Searched refs:ospoll (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/os/
ospoll.h 27 struct ospoll;
45 * Create a new ospoll structure
47 struct ospoll *
51 * Destroy an ospoll structure
53 * @param ospoll ospoll to destroy
56 ospoll_destroy(struct ospoll *ospoll);
61 * @param ospoll ospoll to add t
    [all...]
ospoll.c 33 #include "ospoll.h"
73 struct ospoll { struct
94 struct ospoll { struct
114 struct ospoll { struct
131 ospoll_find(struct ospoll *ospoll, int fd)
134 int hi = ospoll->num - 1;
139 int t = ospoll->fds[m]->fd;
142 int t = ospoll->fds[m].fd;
157 ospoll_clean_deleted(struct ospoll *ospoll
206 struct ospoll *ospoll = calloc(1, sizeof (struct ospoll)); local
216 struct ospoll *ospoll = calloc(1, sizeof (struct ospoll)); local
227 struct ospoll *ospoll = calloc(1, sizeof (struct ospoll)); local
    [all...]
osdep.h 140 #include "ospoll.h"
142 extern struct ospoll *server_poll;
inputthread.c 72 struct ospoll *fds;
341 /* Check for hotplug changes and modify the ospoll structure to suit */
connection.c 129 struct ospoll *server_poll;

Completed in 6 milliseconds