Home
last modified time | relevance | path

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

/dports/sysutils/apcupsd/apcupsd-3.14.14/include/
H A Daqueue.h58 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 Daqueue.h58 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 Dselect_eventloop.c47 ? 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 Dpoll_eventloop.c152 ? 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 Dsync.c83 TIMEOUT_FOREVER, &data->ub_event); in getdns_sync_data_init()
138 ? upstream->keepalive_timeout : TIMEOUT_FOREVER ), in getdns_sync_data_cleanup()
H A Dstub.c1080 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 Dtypes-internal.h122 #define TIMEOUT_FOREVER ((uint64_t)0xFFFFFFFFFFFFFFFF) macro
H A Dub_loop.c417 ev->timeout = TIMEOUT_FOREVER; in my_event_new()
H A Dcontext.c1823 TIMEOUT_FOREVER, &context->ub_event); in getdns_context_request_count_changed()
/dports/sysutils/openipmi/OpenIPMI-2.0.29/swig/
H A DOpenIPMI.i3990 %constant long long TIMEOUT_FOREVER = IPMI_TIMEOUT_FOREVER;