Searched refs:reap_threads (Results 1 – 25 of 32) sorted by relevance
12
/external/python/cpython3/Lib/test/ |
D | test_imaplib.py | 13 from test.support import (reap_threads, verbose, transient_internet, 599 @reap_threads 605 @reap_threads 654 @reap_threads 666 @reap_threads 690 @reap_threads 699 @reap_threads 706 @reap_threads 717 @reap_threads 747 @reap_threads [all …]
|
D | test_poll.py | 10 from test.support import TESTFN, run_unittest, reap_threads, cpython_only 179 @reap_threads 208 @reap_threads
|
D | test_threaded_import.py | 18 verbose, import_module, run_unittest, TESTFN, reap_threads, 248 @reap_threads
|
D | test_socketserver.py | 17 from test.support import reap_children, reap_threads, verbose 124 @reap_threads 255 @reap_threads
|
D | test_robotparser.py | 305 @support.reap_threads
|
D | test_thread.py | 230 @support.reap_threads
|
D | test_asyncore.py | 326 @support.reap_threads 769 @support.reap_threads
|
D | test_pydoc.py | 30 reap_children, reap_threads, captured_output, captured_stdout, 1253 @reap_threads
|
D | test_capi.py | 418 @support.reap_threads
|
D | test_hashlib.py | 803 @support.reap_threads
|
D | test_concurrent_futures.py | 1210 @test.support.reap_threads
|
/external/python/cpython2/Lib/test/ |
D | test_threadsignals.py | 7 from test.test_support import run_unittest, import_module, reap_threads 42 @reap_threads
|
D | test_imaplib.py | 13 from test_support import reap_threads, verbose, transient_internet 149 @reap_threads 155 @reap_threads
|
D | test_poll.py | 12 from test.test_support import TESTFN, run_unittest, reap_threads, cpython_only 180 @reap_threads 209 @reap_threads
|
D | test_socketserver.py | 18 from test.test_support import reap_children, reap_threads, verbose 149 @reap_threads 308 @reap_threads
|
D | test_capi.py | 122 @support.reap_threads
|
D | test_robotparser.py | 194 @support.reap_threads
|
D | test_thread.py | 234 @support.reap_threads
|
D | test_asyncore.py | 353 @test_support.reap_threads 724 @test_support.reap_threads
|
D | test_hashlib.py | 360 @test_support.reap_threads
|
D | test_sys.py | 311 @test.test_support.reap_threads
|
D | test_httplib.py | 985 @test_support.reap_threads
|
D | test_xmlrpc.py | 1109 @test_support.reap_threads
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | test_locks.py | 142 @support.reap_threads
|
/external/python/futures/ |
D | test_futures.py | 26 def reap_threads(func): function 788 @reap_threads
|
12