Home
last modified time | relevance | path

Searched refs:threading_cleanup (Results 1 – 25 of 39) sorted by relevance

12

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_smtplib.py61 test_support.threading_cleanup(*self._threads)
176 test_support.threading_cleanup(*self._threads)
287 test_support.threading_cleanup(*self._threads)
449 test_support.threading_cleanup(*self._threads)
Dfork_wait.py39 support.threading_cleanup(*self._threading_key)
Dtest_thread.py38 self.addCleanup(support.threading_cleanup, *key)
Dtest_asynchat.py111 test_support.threading_cleanup(*self._threads)
Dtest_poplib.py357 test_support.threading_cleanup(*thread_info)
Dlock_tests.py66 support.threading_cleanup(*self._threads)
Dtest_threading.py72 test.test_support.threading_cleanup(*self._threads)
Dtest_urllib2_localnet.py282 test_support.threading_cleanup(*self._threads)
Dtest_httpservers.py84 test_support.threading_cleanup(*self._threads)
Dtest_file2k.py510 test_support.threading_cleanup(*self._threads)
Dtest_ftplib.py875 test_support.threading_cleanup(*thread_info)
/aosp_15_r20/external/python/cpython3/Lib/test/support/
Dthreading_helper.py28 def threading_cleanup(*original_values): function
65 threading_cleanup(*key)
/aosp_15_r20/external/python/cpython3/Lib/test/
Dfork_wait.py37 threading_helper.threading_cleanup(*self._threading_key)
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)
Dtest_thread.py39 self.addCleanup(threading_helper.threading_cleanup, *key)
Dtest_asynchat.py115 threading_helper.threading_cleanup(*self._threads)
Dtest_poplib.py546 unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
Dtest_concurrent_futures.py114 threading_helper.threading_cleanup(*self._thread_key)
1650 unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
Dtest_urllib2_localnet.py696 unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
Dlock_tests.py81 threading_helper.threading_cleanup(*self._threads)
/aosp_15_r20/external/python/cpython3/Lib/test/test_importlib/
Dtest_locks.py148 unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
Dtest_threaded_import.py266 unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info)
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dutils.py582 threading_helper.threading_cleanup(*self._thread_cleanup)
/aosp_15_r20/external/python/cpython2/Lib/test/support/
D__init__.py1696 def threading_cleanup(nb_threads): function
1722 threading_cleanup(*key)
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.6.2rc1.rst906 support.threading_cleanup() to wait until threads complete to avoid random

12