Searched refs:poll (Results 1 – 19 of 19) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | fdevent_poll.c | 121 return poll(ev->pollfds, ev->used, timeout_ms); in fdevent_poll_poll() 177 SET(poll); in fdevent_poll_init()
|
| H A D | fdevent.c | 196 if (ev->poll == NULL) SEGFAULT(); in fdevent_poll() 197 return ev->poll(ev, timeout_ms); in fdevent_poll()
|
| H A D | fdevent_select.c | 115 SET(poll); in fdevent_select_init()
|
| H A D | fdevent_libmtcp.c | 137 SET(poll); in fdevent_libmtcp_epoll_init()
|
| H A D | fdevent_linux_sysepoll.c | 127 SET(poll); in fdevent_linux_sysepoll_init()
|
| H A D | fdevent_solaris_port.c | 142 SET(poll); in fdevent_solaris_port_init()
|
| H A D | fdevent_solaris_devpoll.c | 140 SET(poll); in fdevent_solaris_devpoll_init()
|
| H A D | fdevent.h | 177 int (*poll)(struct fdevents *ev, int timeout_ms); member
|
| H A D | fdevent_libev.c | 142 SET(poll); in fdevent_libev_init()
|
| H A D | fdevent_freebsd_kqueue.c | 189 SET(poll); in fdevent_freebsd_kqueue_init()
|
| /mOS-networking-stack/core/src/ |
| H A D | netmap_module.c | 227 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 D | performance.txt | 71 Unix poll poll 74 Solaris /dev/poll solaris-devpoll
|
| H A D | configuration.txt | 384 Default: "poll"
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | SConstruct | 136 poll.h 137 sys/poll.h 160 gethostbyname poll epoll_ctl getrlimit chroot \
|
| H A D | config.h.in | 204 /* 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 D | configure.ac | 62 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 D | NEWS | 52 * 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 D | configure | 13109 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 D | netmap_user.h | 544 return poll(fds, nfds, timeout); in win_nm_poll() 559 #define poll win_nm_poll macro
|