Searched refs:_shutdown_locks (Results 1 – 2 of 2) sorted by relevance
762 _shutdown_locks = set() variable935 _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_locks1477 _shutdown_locks = set()
779 self.assertIn(tstate_lock, threading._shutdown_locks)781 self.assertNotIn(tstate_lock, threading._shutdown_locks)789 self.assertNotIn(tstate_lock, threading._shutdown_locks)