OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:COMMON_TIMEOUT_IDX
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libevent/dist/
event.c
1408
#define
COMMON_TIMEOUT_IDX
(tv) \
1419
idx =
COMMON_TIMEOUT_IDX
(tv);
1437
return base->common_timeout_queues[
COMMON_TIMEOUT_IDX
(tv)];
2717
old_timeout_idx =
COMMON_TIMEOUT_IDX
(&ev->ev_timeout);
4000
EVUTIL_ASSERT(
COMMON_TIMEOUT_IDX
(&ev->ev_timeout) == i);
/src/external/bsd/ntp/dist/sntp/libevent/
event.c
1405
#define
COMMON_TIMEOUT_IDX
(tv) \
1416
idx =
COMMON_TIMEOUT_IDX
(tv);
1434
return base->common_timeout_queues[
COMMON_TIMEOUT_IDX
(tv)];
2714
old_timeout_idx =
COMMON_TIMEOUT_IDX
(&ev->ev_timeout);
3997
EVUTIL_ASSERT(
COMMON_TIMEOUT_IDX
(&ev->ev_timeout) == i);
Completed in 24 milliseconds
Indexes created Wed Apr 29 00:23:26 UTC 2026