Searched refs:start_threads (Results 1 – 19 of 19) sorted by relevance
/third_party/python/Lib/test/ |
D | test_threadedtempfile.py | 53 with threading_helper.start_threads(threads, startEvent.set):
|
D | test_threading_local.py | 69 with threading_helper.start_threads(threading.Thread(target=f, args=(i,))
|
D | test_queue.py | 490 with threading_helper.start_threads(feeders + consumers):
|
D | test_functools.py | 1571 with threading_helper.start_threads(threads): 1589 with threading_helper.start_threads(threads): 1611 with threading_helper.start_threads(threads): 1631 with threading_helper.start_threads(threads): 2814 with threading_helper.start_threads(threads):
|
D | test_capi.py | 696 with threading_helper.start_threads(threads):
|
D | test_gc.py | 419 with threading_helper.start_threads(threads, lambda: exit.append(1)):
|
D | test_bz2.py | 508 with threading_helper.start_threads(threads):
|
D | test_io.py | 1486 with threading_helper.start_threads(threads): 1866 with threading_helper.start_threads(threads): 3304 with threading_helper.start_threads(threads, event.set):
|
D | test_enum.py | 2622 with threading_helper.start_threads(threads): 3106 with threading_helper.start_threads(threads):
|
D | _test_multiprocessing.py | 4389 with threading_helper.start_threads(threads):
|
/third_party/ltp/utils/benchmark/ebizzy-0.3/ |
D | ebizzy.c | 452 static void start_threads(void) in start_threads() function 520 start_threads(); in main()
|
/third_party/python/Lib/test/support/ |
D | threading_helper.py | 118 def start_threads(threads, unlock=None): function
|
/third_party/openssl/test/ |
D | threadstest.c | 271 static int start_threads(size_t n, void (*thread_func)(void)) in start_threads() function 293 || !start_threads(num_threads, thread_func)) in thread_run_test()
|
/third_party/python/Lib/test/test_importlib/ |
D | test_threaded_import.py | 128 with threading_helper.start_threads(
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0a4.rst | 584 Added test.support.start_threads() for running and cleaning up multiple
|
/third_party/python/Lib/test/test_import/ |
D | __init__.py | 463 with threading_helper.start_threads(threads, event.set):
|
/third_party/python/Doc/library/ |
D | test.rst | 1234 .. function:: start_threads(threads, unlock=None)
|
/third_party/python/Lib/test/test_email/ |
D | test_email.py | 3302 with threading_helper.start_threads(threads):
|
/third_party/python/Misc/ |
D | HISTORY | 867 - Issue #23799: Added test.support.start_threads() for running and
|