Searched refs:threading_cleanup (Results 1 - 20 of 20) sorted by relevance
/third_party/python/Lib/test/support/ |
H A D | threading_helper.py | 28 def threading_cleanup(*original_values): function 40 support.print_warning(f"threading_cleanup() failed to cleanup " 65 threading_cleanup(*key) 78 threading_setup() and threading_cleanup() are designed to emit a warning
|
/third_party/python/Lib/test/ |
H A D | fork_wait.py | 37 threading_helper.threading_cleanup(*self._threading_key)
|
H A D | test_smtplib.py | 277 threading_helper.threading_cleanup(*self.thread_key) 800 threading_helper.threading_cleanup(*self.thread_key) 1061 threading_helper.threading_cleanup(*self.thread_key) 1414 threading_helper.threading_cleanup(*self.thread_key) 1542 threading_helper.threading_cleanup(*self.thread_key)
|
H A D | test_thread.py | 39 self.addCleanup(threading_helper.threading_cleanup, *key)
|
H A D | test_asynchat.py | 115 threading_helper.threading_cleanup(*self._threads)
|
H A D | test_poplib.py | 546 unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
|
H A D | test_urllib2_localnet.py | 696 unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
|
H A D | test_concurrent_futures.py | 114 threading_helper.threading_cleanup(*self._thread_key) 1650 unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
|
H A D | test_pydoc.py | 1620 unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
|
H A D | test_threading.py | 94 threading_helper.threading_cleanup(*self._threads)
|
H A D | lock_tests.py | 81 threading_helper.threading_cleanup(*self._threads)
|
H A D | test_ftplib.py | 1157 unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
|
H A D | test_httpservers.py | 81 threading_helper.threading_cleanup(*self._threads)
|
H A D | test_xmlrpc.py | 1521 unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
|
H A D | test_logging.py | 161 threading_helper.threading_cleanup(*self._threading_key)
|
H A D | test_ssl.py | 5293 unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
|
H A D | test_socket.py | 6707 unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_locks.py | 148 unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
|
H A D | test_threaded_import.py | 266 unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | utils.py | 582 threading_helper.threading_cleanup(*self._thread_cleanup)
|
Completed in 46 milliseconds