Home
last modified time | relevance | path

Searched refs:queue (Results 1 – 10 of 10) sorted by relevance

/libevent-2.1.12/test/
H A Dregress_thread.c403 struct event_base *queue; member
428 event_deferred_cb_schedule_(data->queue, &data->cbs[i]); in load_deferred_queue()
470 deferred_data[i].queue = base; in thread_deferred_cb_skew()
/libevent-2.1.12/
H A Devent-config.h.cmake90 /* 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> */
H A DMakefile.am302 compat/sys/queue.h \
H A Dconfigure.ac242 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>])],
H A DChangeLog-1.433 …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…
H A DCMakeLists.txt408 sys/queue.h
581 CHECK_SYMBOL_EXISTS(TAILQ_FOREACH sys/queue.h EVENT__HAVE_TAILQFOREACH)
765 compat/sys/queue.h)
H A DChangeLog-2.0126 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…
H A Dwhatsnew-2.0.txt260 The heap-based priority queue timer implementation for Libevent 1.4 is good
265 list implementation instead of a priority queue.
H A DChangeLog569 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 (81b6209
1887 TAILQ for cases where we don't need queue-like behavior. (f9db33d,
H A Dwhatsnew-2.1.txt511 We replaced several users of the sys/queue.h "TAILQ" data structure