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

/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Diocp-internal.h168 /** Tell all threads serving an iocp to stop. Wait for up to waitMsec for all
169 the threads to finish whatever they're doing. If waitMsec is -1, wait
174 int event_iocp_shutdown_(struct event_iocp_port *port, long waitMsec);
H A Devent_iocp.c252 event_iocp_shutdown_(struct event_iocp_port *port, long waitMsec) argument
262 if (waitMsec >= 0)
263 ms = waitMsec;
/netbsd-current/external/bsd/libevent/dist/
H A Devent_iocp.c251 event_iocp_shutdown_(struct event_iocp_port *port, long waitMsec) argument
261 if (waitMsec >= 0)
262 ms = waitMsec;
H A Diocp-internal.h176 /** Tell all threads serving an iocp to stop. Wait for up to waitMsec for all
177 the threads to finish whatever they're doing. If waitMsec is -1, wait
183 int event_iocp_shutdown_(struct event_iocp_port *port, long waitMsec);

Completed in 403 milliseconds