Searched refs:threading_setup (Results 1 – 25 of 39) sorted by relevance
12
47 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()
27 self._threading_key = support.threading_setup()
37 key = support.threading_setup()
108 self._threads = test_support.threading_setup()
353 thread_info = test_support.threading_setup()
63 self._threads = support.threading_setup()
69 self._threads = test.test_support.threading_setup()
278 self._threads = test_support.threading_setup()
74 self._threads = test_support.threading_setup()
490 self._threads = test_support.threading_setup()
871 thread_info = test_support.threading_setup()
24 def threading_setup(): function61 key = threading_setup()
25 self._threading_key = threading_helper.threading_setup()
237 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()
38 key = threading_helper.threading_setup()
112 self._threads = threading_helper.threading_setup()
545 thread_info = threading_helper.threading_setup()
110 self._thread_key = threading_helper.threading_setup()1649 thread_info = threading_helper.threading_setup()
695 thread_info = threading_helper.threading_setup()
78 self._threads = threading_helper.threading_setup()
147 thread_info = threading_helper.threading_setup()
265 thread_info = threading_helper.threading_setup()
572 self._thread_cleanup = threading_helper.threading_setup()
1690 def threading_setup(): function1718 key = threading_setup()
905 test_thread: setUp() now uses support.threading_setup() and