Home
last modified time | relevance | path

Searched refs:ospoll (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/os/
H A Dospoll.c72 struct ospoll { struct
93 struct ospoll { argument
113 struct ospoll { argument
130 ospoll_find(struct ospoll *ospoll, int fd) in ospoll_find() argument
133 int hi = ospoll->num - 1; in ospoll_find()
138 int t = ospoll->fds[m]->fd; in ospoll_find()
141 int t = ospoll->fds[m].fd; in ospoll_find()
156 ospoll_clean_deleted(struct ospoll *ospoll) in ospoll_clean_deleted() argument
160 xorg_list_for_each_entry_safe(osfd, tmp, &ospoll->deleted, deleted) { in ospoll_clean_deleted()
201 struct ospoll *
[all …]
H A Dospoll.h27 struct ospoll;
47 struct ospoll *
56 ospoll_destroy(struct ospoll *ospoll);
68 ospoll_add(struct ospoll *ospoll, int fd,
80 ospoll_remove(struct ospoll *ospoll, int fd);
90 ospoll_listen(struct ospoll *ospoll, int fd, int xevents);
100 ospoll_mute(struct ospoll *ospoll, int fd, int xevents);
114 ospoll_wait(struct ospoll *ospoll, int timeout);
128 ospoll_reset_events(struct ospoll *ospoll, int fd);
140 ospoll_data(struct ospoll *ospoll, int fd);
H A DMakefile.am25 ospoll.c \
26 ospoll.h \
H A DMakefile.in128 osdep.h osinit.c ospoll.c ospoll.h utils.c xdmauth.c xsha1.c \
142 oscolor.lo osinit.lo ospoll.lo utils.lo xdmauth.lo xsha1.lo \
178 ./$(DEPDIR)/ospoll.Plo ./$(DEPDIR)/rpcauth.Plo \
600 osinit.c ospoll.c ospoll.h utils.c xdmauth.c xsha1.c xstrans.c \
694 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospoll.Plo@am__quote@ # am--include-marker
882 -rm -f ./$(DEPDIR)/ospoll.Plo
956 -rm -f ./$(DEPDIR)/ospoll.Plo
H A Dmeson.build13 'ospoll.c',
H A Dosdep.h142 extern struct ospoll *server_poll;
H A Dinputthread.c72 struct ospoll *fds;
H A Dconnection.c121 struct ospoll *server_poll;
/OK3568_Linux_fs/external/xserver/
H A DChangeLog2113 ospoll: Fix Solaris ports implementation to build on Solaris 11.4
4133 #22 ospoll_wait () at ospoll.c:651
4578 ==5331== by 0x2AC0D0: ospoll_wait (ospoll.c:651)
4594 ==5331== by 0x2AC0D0: ospoll_wait (ospoll.c:651)
4606 ==5331== by 0x2AC0D0: ospoll_wait (ospoll.c:651)
4661 ==5331== by 0x2AC0D0: ospoll_wait (ospoll.c:651)
4677 ==5331== by 0x2AC0D0: ospoll_wait (ospoll.c:651)
14297 is still running before changing the ospoll configuration of the file
14335 everywhere, in particular ensures that ospoll is notified about the
14349 from fd to client is now handled by ospoll.
[all …]