Home
last modified time | relevance | path

Searched refs:_shutdown (Results 1 – 14 of 14) sorted by relevance

/third_party/python/Lib/concurrent/futures/
Dthread.py18 _shutdown = False variable
24 global _shutdown
26 _shutdown = True
99 if _shutdown or executor is None or executor._shutdown:
103 executor._shutdown = True
154 self._shutdown = False
166 if self._shutdown:
168 if _shutdown:
218 self._shutdown = True
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dcompletion_queue.pyx.pxi76 self._shutdown = False
101 while not self._shutdown:
110 self._shutdown = True
135 while not self._shutdown:
Dcompletion_queue.pxd.pxi60 cdef bint _shutdown
/third_party/flutter/flutter/packages/flutter_tools/lib/src/test/
Dtest_compiler.dart77 Future<void> _shutdown() async {
88 await _shutdown();
148 await _shutdown();
/third_party/python/Lib/
Dweakref.py561 _shutdown = False variable in finalize
590 if info and not self._shutdown:
673 finalize._shutdown = True
Dthreading.py1511 def _shutdown(): function
/third_party/pulseaudio/src/modules/x11/
Dmodule-x11-xsmp.c82 …rself_cb(SmcConn connection, SmPointer client_data, int save_type, Bool _shutdown, int interact_st… in save_yourself_cb() argument
/third_party/python/Lib/multiprocessing/
Dprocess.py333 threading._shutdown()
/third_party/python/Python/
Dpylifecycle.c2810 _Py_IDENTIFIER(_shutdown); in wait_for_thread_shutdown()
/third_party/python/Misc/NEWS.d/
D3.10.1.rst634 Fix the :func:`threading._shutdown` function when the :mod:`threading`
/third_party/python/Tools/c-analyzer/
DTODO566 Python/pylifecycle.c:wait_for_thread_shutdown():PyId__shutdown _Py_IDENTIFIER(_shutdown)
/third_party/python/Doc/whatsnew/
D2.7.rst2227 :func:`threading._shutdown` function; this prevents some exceptions from
/third_party/node/doc/changelogs/
DCHANGELOG_V8.md620 …ithub.com/nodejs/node/commit/c491ac424b)] - **crypto**: remove BIO\_set\_shutdown (Daniel Bevenius…
/third_party/python/Misc/
DHISTORY12976 - Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which