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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/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.c246 event_iocp_shutdown(struct event_iocp_port *port, long waitMsec) argument
256 if (waitMsec >= 0)
257 ms = waitMsec;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/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.c246 event_iocp_shutdown(struct event_iocp_port *port, long waitMsec) argument
256 if (waitMsec >= 0)
257 ms = waitMsec;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/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.c246 event_iocp_shutdown(struct event_iocp_port *port, long waitMsec) argument
256 if (waitMsec >= 0)
257 ms = waitMsec;

Completed in 119 milliseconds