Searched refs:TIMEOUT_FOREVER (Results 1 – 10 of 10) sorted by relevance
/dports/sysutils/apcupsd/apcupsd-3.14.14/include/ |
H A D | aqueue.h | 58 bool dequeue(T& elem, int msec = TIMEOUT_FOREVER) 63 if (msec != TIMEOUT_FOREVER) { 115 static const int TIMEOUT_FOREVER = -1;
|
/dports/sysutils/apcctrl/apcctrl-0.8.21/include/ |
H A D | aqueue.h | 58 bool dequeue(T& elem, int msec = TIMEOUT_FOREVER) 63 if (msec != TIMEOUT_FOREVER) { 115 static const int TIMEOUT_FOREVER = -1;
|
/dports/dns/getdns/getdns-1.5.2/src/extension/ |
H A D | select_eventloop.c | 47 ? now + amount * 1000 : TIMEOUT_FOREVER; in get_now_plus() 197 uint64_t now, timeout = TIMEOUT_FOREVER; in select_eventloop_run_once() 228 if (max_fd == -1 && timeout == TIMEOUT_FOREVER) in select_eventloop_run_once() 240 if (timeout != TIMEOUT_FOREVER) { in select_eventloop_run_once() 247 (timeout == TIMEOUT_FOREVER ? NULL : &tv)) < 0) { in select_eventloop_run_once()
|
H A D | poll_eventloop.c | 152 ? now + amount * 1000 : TIMEOUT_FOREVER; in get_now_plus() 321 uint64_t now, timeout = TIMEOUT_FOREVER; in poll_eventloop_run_once() 366 if ((timeout == TIMEOUT_FOREVER) && (poll_loop->fd_events_free == 0)) in poll_eventloop_run_once() 390 if (timeout == TIMEOUT_FOREVER) { in poll_eventloop_run_once()
|
/dports/dns/getdns/getdns-1.5.2/src/ |
H A D | sync.c | 83 TIMEOUT_FOREVER, &data->ub_event); in getdns_sync_data_init() 138 ? upstream->keepalive_timeout : TIMEOUT_FOREVER ), in getdns_sync_data_cleanup()
|
H A D | stub.c | 1080 GETDNS_SCHEDULE_EVENT(upstream->loop, upstream->fd, TIMEOUT_FOREVER, in tls_do_handshake() 1713 upstream->fd, TIMEOUT_FOREVER, in upstream_write_cb() 1722 upstream->fd, TIMEOUT_FOREVER, &upstream->event); in upstream_write_cb() 2192 upstream->fd, TIMEOUT_FOREVER, &upstream->event); in upstream_reschedule_events() 2232 upstream->fd, TIMEOUT_FOREVER, &upstream->event); in upstream_schedule_netreq() 2245 TIMEOUT_FOREVER, &upstream->event); in upstream_schedule_netreq()
|
H A D | types-internal.h | 122 #define TIMEOUT_FOREVER ((uint64_t)0xFFFFFFFFFFFFFFFF) macro
|
H A D | ub_loop.c | 417 ev->timeout = TIMEOUT_FOREVER; in my_event_new()
|
H A D | context.c | 1823 TIMEOUT_FOREVER, &context->ub_event); in getdns_context_request_count_changed()
|
/dports/sysutils/openipmi/OpenIPMI-2.0.29/swig/ |
H A D | OpenIPMI.i | 3990 %constant long long TIMEOUT_FOREVER = IPMI_TIMEOUT_FOREVER;
|