| /xsrc/external/mit/xorg-server/dist/os/ |
| ospoll.c | 95 int epoll_fd; member in struct:ospoll 218 ospoll->epoll_fd = port_create(); 219 if (ospoll->epoll_fd < 0) { 229 ospoll->epoll_fd = epoll_create1(EPOLL_CLOEXEC); 230 if (ospoll->epoll_fd < 0) { 256 close(ospoll->epoll_fd); 366 if (epoll_ctl(ospoll->epoll_fd, EPOLL_CTL_ADD, fd, &ev) == -1) { 436 port_dissociate(ospoll->epoll_fd, PORT_SOURCE_FD, fd); 449 (void) epoll_ctl(ospoll->epoll_fd, EPOLL_CTL_DEL, fd, &ev); 475 port_associate(ospoll->epoll_fd, PORT_SOURCE_FD, osfd->fd, events, osfd) [all...] |
| ospoll.c | 95 int epoll_fd; member in struct:ospoll 218 ospoll->epoll_fd = port_create(); 219 if (ospoll->epoll_fd < 0) { 229 ospoll->epoll_fd = epoll_create1(EPOLL_CLOEXEC); 230 if (ospoll->epoll_fd < 0) { 256 close(ospoll->epoll_fd); 366 if (epoll_ctl(ospoll->epoll_fd, EPOLL_CTL_ADD, fd, &ev) == -1) { 436 port_dissociate(ospoll->epoll_fd, PORT_SOURCE_FD, fd); 449 (void) epoll_ctl(ospoll->epoll_fd, EPOLL_CTL_DEL, fd, &ev); 475 port_associate(ospoll->epoll_fd, PORT_SOURCE_FD, osfd->fd, events, osfd) [all...] |
| ospoll.c | 95 int epoll_fd; member in struct:ospoll 218 ospoll->epoll_fd = port_create(); 219 if (ospoll->epoll_fd < 0) { 229 ospoll->epoll_fd = epoll_create1(EPOLL_CLOEXEC); 230 if (ospoll->epoll_fd < 0) { 256 close(ospoll->epoll_fd); 366 if (epoll_ctl(ospoll->epoll_fd, EPOLL_CTL_ADD, fd, &ev) == -1) { 436 port_dissociate(ospoll->epoll_fd, PORT_SOURCE_FD, fd); 449 (void) epoll_ctl(ospoll->epoll_fd, EPOLL_CTL_DEL, fd, &ev); 475 port_associate(ospoll->epoll_fd, PORT_SOURCE_FD, osfd->fd, events, osfd) [all...] |