OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:activeq
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libevent/dist/
event.c
1640
struct evcallback_list *
activeq
,
1646
EVUTIL_ASSERT(
activeq
!= NULL);
1648
for (evcb = TAILQ_FIRST(
activeq
); evcb; evcb = TAILQ_FIRST(
activeq
)) {
1768
struct evcallback_list *
activeq
= NULL;
local
1786
activeq
= &base->activequeues[i];
1788
c = event_process_active_single_queue(base,
activeq
,
1791
c = event_process_active_single_queue(base,
activeq
,
/src/external/bsd/ntp/dist/sntp/libevent/
event.c
1637
struct evcallback_list *
activeq
,
1643
EVUTIL_ASSERT(
activeq
!= NULL);
1645
for (evcb = TAILQ_FIRST(
activeq
); evcb; evcb = TAILQ_FIRST(
activeq
)) {
1765
struct evcallback_list *
activeq
= NULL;
local
1783
activeq
= &base->activequeues[i];
1785
c = event_process_active_single_queue(base,
activeq
,
1788
c = event_process_active_single_queue(base,
activeq
,
Completed in 26 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026