Home | History | Annotate | Download | only in libevent

Lines Matching refs:threads

80 	/** Number of threads ever open on the port. */
82 /** True iff we're shutting down all the threads on this port */
84 /** How often the threads on this port check for shutdown and other
87 /* The threads that are waiting for events. */
88 HANDLE *threads;
89 /** Number of threads currently open on this port. */
154 /** Create an IOCP, and launch its worker threads. Internal use only.
161 fd will happen on one of the iocp's worker threads.
166 /** 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
168 as long as required. If all the threads are done, free the port and return