Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_smtplib.py47 self._threads = test_support.threading_setup()
155 self._threads = test_support.threading_setup()
273 self._threads = test_support.threading_setup()
428 self._threads = test_support.threading_setup()
Dfork_wait.py27 self._threading_key = support.threading_setup()
Dtest_thread.py37 key = support.threading_setup()
Dtest_asynchat.py108 self._threads = test_support.threading_setup()
Dtest_poplib.py353 thread_info = test_support.threading_setup()
Dlock_tests.py63 self._threads = support.threading_setup()
Dtest_threading.py69 self._threads = test.test_support.threading_setup()
Dtest_urllib2_localnet.py278 self._threads = test_support.threading_setup()
Dtest_httpservers.py74 self._threads = test_support.threading_setup()
Dtest_file2k.py490 self._threads = test_support.threading_setup()
Dtest_ftplib.py871 thread_info = test_support.threading_setup()
/aosp_15_r20/external/python/cpython3/Lib/test/support/
Dthreading_helper.py24 def threading_setup(): function
61 key = threading_setup()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dfork_wait.py25 self._threading_key = threading_helper.threading_setup()
Dtest_smtplib.py237 self.thread_key = threading_helper.threading_setup()
779 self.thread_key = threading_helper.threading_setup()
1035 self.thread_key = threading_helper.threading_setup()
1386 self.thread_key = threading_helper.threading_setup()
1515 self.thread_key = threading_helper.threading_setup()
Dtest_thread.py38 key = threading_helper.threading_setup()
Dtest_asynchat.py112 self._threads = threading_helper.threading_setup()
Dtest_poplib.py545 thread_info = threading_helper.threading_setup()
Dtest_concurrent_futures.py110 self._thread_key = threading_helper.threading_setup()
1649 thread_info = threading_helper.threading_setup()
Dtest_urllib2_localnet.py695 thread_info = threading_helper.threading_setup()
Dlock_tests.py78 self._threads = threading_helper.threading_setup()
/aosp_15_r20/external/python/cpython3/Lib/test/test_importlib/
Dtest_locks.py147 thread_info = threading_helper.threading_setup()
Dtest_threaded_import.py265 thread_info = threading_helper.threading_setup()
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dutils.py572 self._thread_cleanup = threading_helper.threading_setup()
/aosp_15_r20/external/python/cpython2/Lib/test/support/
D__init__.py1690 def threading_setup(): function
1718 key = threading_setup()
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.6.2rc1.rst905 test_thread: setUp() now uses support.threading_setup() and

12