Searched refs:queue (Results 1 – 10 of 10) sorted by relevance
403 struct event_base *queue; member428 event_deferred_cb_schedule_(data->queue, &data->cbs[i]); in load_deferred_queue()470 deferred_data[i].queue = base; in thread_deferred_cb_skew()
90 /* Define to 1 if the <sys/queue.h> header file defines TAILQ_FOREACH. */355 /* Define to 1 if you have the <sys/queue.h> header file. */397 /* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
302 compat/sys/queue.h \
242 sys/queue.h \268 AC_MSG_CHECKING(for TAILQ_FOREACH in sys/queue.h)271 #include <sys/queue.h>277 [Define if TAILQ_FOREACH is defined in <sys/queue.h>])],
33 …maximum event queue and fd array for the epoll backend at startup. Instead, start out accepting 3…95 …on the same signal; make signals regular events that go on the same event queue; problem report by…
408 sys/queue.h581 CHECK_SYMBOL_EXISTS(TAILQ_FOREACH sys/queue.h EVENT__HAVE_TAILQFOREACH)765 compat/sys/queue.h)
126 o evdns: fix a bug in circular-queue implementation (d6094b1)316 …o Fix the case when failed evhttp_make_request() leaved request in the queue. (0d6622e Tomash Brec…617 o Declare evkeyvalq and event_list even if event_struct.h comes before sys/queue.h (d3ceca8)1043 …te the maximum event queue for the epoll backend at startup. Instead, start out accepting 32 even…1063 …o Alternative queue-based timeout algorithm for programs that use a large number of timeouts with …1183 …o increase listen queue for http sockets to 128; if that is not enough the evhttp_accpet_socket() …1250 …on the same signal; make signals regular events that go on the same event queue; problem report by…
260 The heap-based priority queue timer implementation for Libevent 1.4 is good265 list implementation instead of a priority queue.
569 o test/regress_be: cover finalizers from inactive to active queue (337684b Azat Khuzhin)671 o Always define missing TAILQ functions from sys/queue.h (2828bdb Christopher Wiley)1555 o evdns: fix a bug in circular-queue implementation (d6094b1)1745 …o Fix the case when failed evhttp_make_request() leaved request in the queue. (0d6622e Tomash Brec…1871 o Fix event_dlist definition when sys/queue not included (81b62091887 TAILQ for cases where we don't need queue-like behavior. (f9db33d,
511 We replaced several users of the sys/queue.h "TAILQ" data structure