Searched refs:common_timeout (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/bsd/libevent/dist/ |
| D | event.c | 2673 int common_timeout; in event_add_nolock_() local 2714 common_timeout = is_common_timeout(tv, base); in event_add_nolock_() 2722 } else if (common_timeout) { in event_add_nolock_() 2737 … event_queue_reinsert_timeout(base, ev, was_common, common_timeout, old_timeout_idx); in event_add_nolock_() 2742 if (common_timeout) { in event_add_nolock_()
|
| D | whatsnew-2.1.txt | 519 is stored in the timeout heap or in one of the common_timeout queues,
|
| D | ChangeLog | 1640 o Make rate limiting work with common_timeout logic (5b18f13)
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/ |
| D | event.c | 2670 int common_timeout; in event_add_nolock_() local 2711 common_timeout = is_common_timeout(tv, base); in event_add_nolock_() 2719 } else if (common_timeout) { in event_add_nolock_() 2734 … event_queue_reinsert_timeout(base, ev, was_common, common_timeout, old_timeout_idx); in event_add_nolock_() 2739 if (common_timeout) { in event_add_nolock_()
|
| D | whatsnew-2.1.txt | 519 is stored in the timeout heap or in one of the common_timeout queues,
|
| D | ChangeLog-2.0 | 211 o Make rate limiting work with common_timeout logic (5b18f13)
|
| D | ChangeLog | 1640 o Make rate limiting work with common_timeout logic (5b18f13)
|