Lines Matching defs:shutdown
161 - shutdown()
217 """Handle one request at a time until shutdown.
219 Polls for shutdown every poll_interval seconds. Ignores
227 # responsiveness to a shutdown request and wastes cpu at all other
234 # bpo-35017: shutdown() called during select(), exit immediately.
245 def shutdown(self):
364 """Called to shutdown and close an individual request."""
401 - shutdown()
508 """Called to shutdown and close an individual request."""
510 #explicitly shutdown. socket.close() merely releases
512 request.shutdown(socket.SHUT_WR)
543 # No need to shutdown anything.