Searched refs:waitMsec (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Diocp-internal.h166 /** Tell all threads serving an iocp to stop. Wait for up to waitMsec for all
167 the threads to finish whatever they're doing. If waitMsec is -1, wait
172 int event_iocp_shutdown_(struct event_iocp_port *port, long waitMsec);
H A Devent_iocp.c250 event_iocp_shutdown_(struct event_iocp_port *port, long waitMsec) argument
260 if (waitMsec >= 0)
261 ms = waitMsec;
/freebsd-12-stable/contrib/libevent/
H A Diocp-internal.h166 /** Tell all threads serving an iocp to stop. Wait for up to waitMsec for all
167 the threads to finish whatever they're doing. If waitMsec is -1, wait
172 int event_iocp_shutdown_(struct event_iocp_port *port, long waitMsec);
H A Devent_iocp.c250 event_iocp_shutdown_(struct event_iocp_port *port, long waitMsec) argument
260 if (waitMsec >= 0)
261 ms = waitMsec;

Completed in 87 milliseconds