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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
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.c246 event_iocp_shutdown(struct event_iocp_port *port, long waitMsec) argument
256 if (waitMsec >= 0)
257 ms = waitMsec;

Completed in 55 milliseconds