Home
last modified time | relevance | path

Searched refs:threading_cleanup (Results 1 - 20 of 20) sorted by relevance

/third_party/python/Lib/test/support/
H A Dthreading_helper.py28 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 Dfork_wait.py37 threading_helper.threading_cleanup(*self._threading_key)
H A Dtest_smtplib.py277 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 Dtest_thread.py39 self.addCleanup(threading_helper.threading_cleanup, *key)
H A Dtest_asynchat.py115 threading_helper.threading_cleanup(*self._threads)
H A Dtest_poplib.py546 unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
H A Dtest_urllib2_localnet.py696 unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
H A Dtest_concurrent_futures.py114 threading_helper.threading_cleanup(*self._thread_key)
1650 unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
H A Dtest_pydoc.py1620 unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
H A Dtest_threading.py94 threading_helper.threading_cleanup(*self._threads)
H A Dlock_tests.py81 threading_helper.threading_cleanup(*self._threads)
H A Dtest_ftplib.py1157 unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
H A Dtest_httpservers.py81 threading_helper.threading_cleanup(*self._threads)
H A Dtest_xmlrpc.py1521 unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
H A Dtest_logging.py161 threading_helper.threading_cleanup(*self._threading_key)
H A Dtest_ssl.py5293 unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
H A Dtest_socket.py6707 unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
/third_party/python/Lib/test/test_importlib/
H A Dtest_locks.py148 unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
H A Dtest_threaded_import.py266 unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
/third_party/python/Lib/test/test_asyncio/
H A Dutils.py582 threading_helper.threading_cleanup(*self._thread_cleanup)

Completed in 46 milliseconds