Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 19 of 19) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dfdevent_poll.c121 return poll(ev->pollfds, ev->used, timeout_ms); in fdevent_poll_poll()
177 SET(poll); in fdevent_poll_init()
H A Dfdevent.c196 if (ev->poll == NULL) SEGFAULT(); in fdevent_poll()
197 return ev->poll(ev, timeout_ms); in fdevent_poll()
H A Dfdevent_select.c115 SET(poll); in fdevent_select_init()
H A Dfdevent_libmtcp.c137 SET(poll); in fdevent_libmtcp_epoll_init()
H A Dfdevent_linux_sysepoll.c127 SET(poll); in fdevent_linux_sysepoll_init()
H A Dfdevent_solaris_port.c142 SET(poll); in fdevent_solaris_port_init()
H A Dfdevent_solaris_devpoll.c140 SET(poll); in fdevent_solaris_devpoll_init()
H A Dfdevent.h177 int (*poll)(struct fdevents *ev, int timeout_ms); member
H A Dfdevent_libev.c142 SET(poll); in fdevent_libev_init()
H A Dfdevent_freebsd_kqueue.c189 SET(poll); in fdevent_freebsd_kqueue_init()
/mOS-networking-stack/core/src/
H A Dnetmap_module.c227 rc = poll(pfd, g_config.mos->netdev_table->num, IDLE_POLL_WAIT); in netmap_select()
231 rc = poll(pfd, g_config.mos->netdev_table->num, 0); in netmap_select()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dperformance.txt71 Unix poll poll
74 Solaris /dev/poll solaris-devpoll
H A Dconfiguration.txt384 Default: "poll"
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DSConstruct136 poll.h
137 sys/poll.h
160 gethostbyname poll epoll_ctl getrlimit chroot \
H A Dconfig.h.in204 /* Define to 1 if you have the `poll' function. */
207 /* Define to 1 if you have the <poll.h> header file. */
319 /* Define to 1 if you have the <sys/poll.h> header file. */
H A Dconfigure.ac62 getopt.h sys/epoll.h sys/select.h poll.h sys/poll.h sys/devpoll.h sys/filio.h \
512 gethostbyname poll epoll_ctl getrlimit chroot \
H A DNEWS52 * Silence annoying "connection closed: poll() -> ERR" error.log message (fixes #2257)
109 …ection in close-state if event-backend doesn't support FDEVENT_HUP (like select or poll on FreeBSD)
709 * fixed init of kqueue and /dev/poll after daemonize
1076 * added support for solaris /dev/poll and solaris sendfilev()
1083 * set default event-handler to 'poll'
H A Dconfigure13109 getopt.h sys/epoll.h sys/select.h poll.h sys/poll.h sys/devpoll.h sys/filio.h \
16617 gethostbyname poll epoll_ctl getrlimit chroot \
/mOS-networking-stack/core/src/include/
H A Dnetmap_user.h544 return poll(fds, nfds, timeout); in win_nm_poll()
559 #define poll win_nm_poll macro