Home
last modified time | relevance | path

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

12

/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()
Dtest_threading.py69 self._threads = test.test_support.threading_setup()
Dlock_tests.py63 self._threads = 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()
/external/python/cpython3/Lib/test/
Dfork_wait.py24 self._threading_key = support.threading_setup()
Dtest_smtplib.py25 from test.support import threading_setup, threading_cleanup, join_thread
220 self.thread_key = threading_setup()
707 self.thread_key = threading_setup()
958 self.thread_key = threading_setup()
1271 self.thread_key = threading_setup()
1400 self.thread_key = threading_setup()
Dtest_thread.py35 key = support.threading_setup()
Dtest_asynchat.py106 self._threads = support.threading_setup()
Dtest_poplib.py539 thread_info = test_support.threading_setup()
Dtest_urllib2_localnet.py669 threads_key = support.threading_setup()
Dtest_concurrent_futures.py104 self._thread_key = support.threading_setup()
1501 _threads_key = support.threading_setup()
Dlock_tests.py76 self._threads = support.threading_setup()
Dtest_threading.py78 self._threads = test.support.threading_setup()
/external/python/cpython3/Lib/test/test_asyncio/
Dutils.py549 self._thread_cleanup = support.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()
/external/python/cpython3/Lib/test/support/
D__init__.py2014 def threading_setup(): function
2052 key = threading_setup()
/external/python/cpython3/Misc/NEWS.d/
D3.6.2rc1.rst905 test_thread: setUp() now uses support.threading_setup() and

12