Searched refs:_shutdown (Results 1 – 14 of 14) sorted by relevance
18 _shutdown = False variable24 global _shutdown26 _shutdown = True99 if _shutdown or executor is None or executor._shutdown:103 executor._shutdown = True154 self._shutdown = False166 if self._shutdown:168 if _shutdown:218 self._shutdown = True
76 self._shutdown = False101 while not self._shutdown:110 self._shutdown = True135 while not self._shutdown:
60 cdef bint _shutdown
77 Future<void> _shutdown() async {88 await _shutdown();148 await _shutdown();
561 _shutdown = False variable in finalize590 if info and not self._shutdown:673 finalize._shutdown = True
1511 def _shutdown(): function
82 …rself_cb(SmcConn connection, SmPointer client_data, int save_type, Bool _shutdown, int interact_st… in save_yourself_cb() argument
333 threading._shutdown()
2810 _Py_IDENTIFIER(_shutdown); in wait_for_thread_shutdown()
634 Fix the :func:`threading._shutdown` function when the :mod:`threading`
566 Python/pylifecycle.c:wait_for_thread_shutdown():PyId__shutdown _Py_IDENTIFIER(_shutdown)
2227 :func:`threading._shutdown` function; this prevents some exceptions from
620 …ithub.com/nodejs/node/commit/c491ac424b)] - **crypto**: remove BIO\_set\_shutdown (Daniel Bevenius…
12976 - Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which