Home
last modified time | relevance | path

Searched refs:daemon_threads (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/
Dsocketserver.py669 daemon_threads = False variable in ThreadingMixIn
695 t.daemon = self.daemon_threads
/third_party/ninja/src/
Dbrowse.py215 daemon_threads = True variable in HTTPServer
/third_party/python/Doc/library/
Dsocketserver.rst65 *daemon_threads*, which indicates whether or not the server should wait for
126 :data:`ThreadingMixIn.daemon_threads` to ``True`` to not wait until threads
/third_party/python/Lib/http/
Dserver.py145 daemon_threads = True variable in ThreadingHTTPServer
/third_party/python/Misc/
DHISTORY9057 - Issue #13140: Fix the daemon_threads attribute of ThreadingMixIn.
22809 client threads). A new member variable, daemon_threads, was added to