Searched refs:ospoll (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorg-server/dist/os/
H A Dospoll.h27 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 t
[all...]
H A Dospoll.c32 #include "ospoll.h"
72 struct ospoll { struct
93 struct ospoll { struct
113 struct ospoll { struct
130 ospoll_find(struct ospoll *ospoll, int fd) argument
133 int hi = ospoll->num - 1;
138 int t = ospoll->fds[m]->fd;
141 int t = ospoll->fds[m].fd;
156 ospoll_clean_deleted(struct ospoll *ospol argument
205 struct ospoll *ospoll = calloc(1, sizeof (struct ospoll)); local in function:ospoll_create
215 struct ospoll *ospoll = calloc(1, sizeof (struct ospoll)); local in function:ospoll_create
226 struct ospoll *ospoll = calloc(1, sizeof (struct ospoll)); local in function:ospoll_create
242 ospoll_destroy(struct ospoll * ospoll) argument
272 ospoll_add(struct ospoll * ospoll,int fd,enum ospoll_trigger trigger,void (* callback)(int fd,int xevents,void * data),void * data) argument
419 ospoll_remove(struct ospoll * ospoll,int fd) argument
467 epoll_mod(struct ospoll * ospoll,struct ospollfd * osfd) argument
480 epoll_mod(struct ospoll * ospoll,struct ospollfd * osfd) argument
496 ospoll_listen(struct ospoll * ospoll,int fd,int xevents) argument
533 ospoll_mute(struct ospoll * ospoll,int fd,int xevents) argument
570 ospoll_wait(struct ospoll * ospoll,int timeout) argument
697 ospoll_reset_events(struct ospoll * ospoll,int fd) argument
726 ospoll_data(struct ospoll * ospoll,int fd) argument
[all...]
H A DMakefile.am25 ospoll.c \
26 ospoll.h \
H A Dosdep.h140 #include "ospoll.h"
142 extern struct ospoll *server_poll;
H A DMakefile.in129 osdep.h osinit.c ospoll.c ospoll.h utils.c xdmauth.c xsha1.c \
143 oscolor.lo osinit.lo ospoll.lo utils.lo xdmauth.lo xsha1.lo \
179 ./$(DEPDIR)/ospoll.Plo ./$(DEPDIR)/rpcauth.Plo \
574 osinit.c ospoll.c ospoll.h utils.c xdmauth.c xsha1.c xstrans.c \
661 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospoll.Plo@am__quote@ # am--include-marker
848 -rm -f ./$(DEPDIR)/ospoll.Plo
922 -rm -f ./$(DEPDIR)/ospoll.Plo
H A Dinputthread.c72 struct ospoll *fds;
341 /* Check for hotplug changes and modify the ospoll structure to suit */
H A Dconnection.c129 struct ospoll *server_poll;

Completed in 32 milliseconds