Home
last modified time | relevance | path

Searched refs:_shutdown_locks (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Dthreading.py762 _shutdown_locks = set() variable
935 _shutdown_locks.add(self._tstate_lock)
990 _shutdown_locks.discard(lock)
1420 locks = list(_shutdown_locks)
1421 _shutdown_locks.clear()
1459 global _shutdown_locks_lock, _shutdown_locks
1477 _shutdown_locks = set()
/external/python/cpython3/Lib/test/
Dtest_threading.py779 self.assertIn(tstate_lock, threading._shutdown_locks)
781 self.assertNotIn(tstate_lock, threading._shutdown_locks)
789 self.assertNotIn(tstate_lock, threading._shutdown_locks)