Home
last modified time | relevance | path

Searched refs:_shutdown (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Lib/concurrent/futures/
H A Dthread.py18 _shutdown = False variable
20 # shutting down. Must be held while mutating _threads_queues and _shutdown.
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
[all...]
/third_party/python/Lib/
H A Dweakref.py560 _shutdown = False variable in finalize
589 if info and not self._shutdown:
672 finalize._shutdown = True
H A Dthreading.py816 # Set of Thread._tstate_lock locks of non-daemon threads used by _shutdown()
913 # (ex: after threading._shutdown() has been called), _tstate_lock
1060 # module's _shutdown() function.
1513 non-daemon threads are joined in `_shutdown()`. It provides a similar
1530 # (Py_Main) as threading._shutdown.
1534 def _shutdown(): function
1544 # _shutdown() was already called
1565 # bpo-1596321: _shutdown() must be called in the main thread.
1630 # reset _shutdown() locks: threads re-register their _tstate_lock below
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h262 #define shutdown _shutdown
/third_party/python/Lib/multiprocessing/
H A Dprocess.py332 threading._shutdown()
/third_party/pulseaudio/src/modules/x11/
H A Dmodule-x11-xsmp.c138 static void save_yourself_cb(SmcConn connection, SmPointer client_data, int save_type, Bool _shutdown, int interact_style, Bool fast) { in save_yourself_cb() argument
/third_party/python/Include/internal/
H A Dpycore_global_strings.h225 STRUCT_FOR_ID(_shutdown)
H A Dpycore_runtime_init.h848 INIT_ID(_shutdown), \
/third_party/python/Python/
H A Dpylifecycle.c2886 /* Wait until threading._shutdown completes, provided
2902 result = PyObject_CallMethodNoArgs(threading, &_Py_ID(_shutdown)); in wait_for_thread_shutdown()

Completed in 10 milliseconds