Home
last modified time | relevance | path

Searched refs:tpoll_is_set (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/conman/conman-conman-0.3.0/
H A Dtpoll.h68 int tpoll_is_set (tpoll_t tp, int fd, short int events);
H A Dserver.c778 (tpoll_is_set(conf->tp, conf->ld, POLLIN) > 0)) { in mux_io()
784 (tpoll_is_set(conf->tp, inevent_fd, POLLIN) > 0)) { in mux_io()
797 rvr = tpoll_is_set(conf->tp, obj->fd, POLLIN | POLLHUP | POLLERR); in mux_io()
798 rvw = tpoll_is_set(conf->tp, obj->fd, POLLOUT); in mux_io()
H A Dtpoll.c334 tpoll_is_set (tpoll_t tp, int fd, short int events) in tpoll_is_set() function