Home
last modified time | relevance | path

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

12

/external/python/cpython3/Lib/test/support/
Dthreading_helper.py23 def threading_setup(): function
60 key = threading_setup()
/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()
/external/python/cpython3/Lib/test/
Dfork_wait.py25 self._threading_key = threading_helper.threading_setup()
Dtest_thread.py36 key = threading_helper.threading_setup()
Dtest_smtplib.py235 self.thread_key = threading_helper.threading_setup()
777 self.thread_key = threading_helper.threading_setup()
1033 self.thread_key = threading_helper.threading_setup()
1384 self.thread_key = threading_helper.threading_setup()
1513 self.thread_key = threading_helper.threading_setup()
Dtest_asynchat.py111 self._threads = threading_helper.threading_setup()
Dtest_poplib.py543 thread_info = threading_helper.threading_setup()
Dtest_concurrent_futures.py110 self._thread_key = threading_helper.threading_setup()
1548 thread_info = threading_helper.threading_setup()
Dtest_urllib2_localnet.py683 thread_info = threading_helper.threading_setup()
Dlock_tests.py78 self._threads = threading_helper.threading_setup()
Dtest_pydoc.py1575 thread_info = threading_helper.threading_setup()
/external/python/cpython3/Lib/test/test_importlib/
Dtest_locks.py144 thread_info = threading_helper.threading_setup()
Dtest_threaded_import.py262 thread_info = threading_helper.threading_setup()
/external/python/cpython3/Lib/test/test_asyncio/
Dutils.py547 self._thread_cleanup = threading_helper.threading_setup()
/external/python/cpython2/Lib/test/support/
D__init__.py1690 def threading_setup(): function
1718 key = threading_setup()
/external/python/futures/
Dtest_futures.py33 key = test_support.threading_setup()

12