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

/xsrc/external/mit/xorg-server/dist/os/
H A Dospoll.c72 struct ospoll { struct
93 struct ospoll { struct
113 struct ospoll { struct
130 ospoll_find(struct ospoll *ospoll, int fd) argument
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...]

Completed in 3 milliseconds