Home
last modified time | relevance | path

Searched refs:select (Results 1 – 15 of 15) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dio_module.h75 int32_t (*select)(struct mtcp_thread_context *ctx); member
H A Dstat.h45 struct stat_counter select; member
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dperformance.txt65 every OS has at least the select() call which has some limitations.
70 all select select
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DSConstruct134 sys/select.h
135 sys/types.h sys/select.h
161 getuid select signal pathconf madvise prctl\
H A Dconfig.h.in225 /* Define to 1 if you have the `select' function. */
328 /* Define to 1 if you have the <sys/select.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 \
513 getuid select signal pathconf madvise posix_fadvise posix_madvise \
H A DNEWS109 …* Fix HUP detection in close-state if event-backend doesn't support FDEVENT_HUP (like select or po…
710 * fixed segfault if select() is event-handler and more than FD_SETSIZE
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dfdevent_select.c70 …return select(ev->select_max_fd + 1, &(ev->select_read), &(ev->select_write), &(ev->select_error),… in fdevent_select_poll()
H A Dmod_scgi.c860 select(0, NULL, NULL, NULL, &tv); in scgi_spawn_connection()
H A Dmod_fastcgi.c1091 select(0, NULL, NULL, NULL, &tv); in fcgi_spawn_connection()
/mOS-networking-stack/core/src/
H A Dpcap_module.c173 .select = NULL,
H A Dcore.c260 GetAverageStat(&mtcp->rtstat.select), mtcp->rtstat.select.max); in PrintThreadRoundTime()
268 InitStatCounter(&mtcp->rtstat.select); in PrintThreadRoundTime()
879 InitStatCounter(&mtcp->rtstat.select); in RunMainLoop()
1029 if (mtcp->iom->select) in RunMainLoop()
1030 mtcp->iom->select(ctx); in RunMainLoop()
H A Dnetmap_module.c356 .select = netmap_select,
H A Ddpdk_module.c816 .select = dpdk_select,
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlibtool.m48244 # Check for GNU sed and select it if it is found.