Home
last modified time | relevance | path

Searched refs:start_threads (Results 1 – 19 of 19) sorted by relevance

/third_party/python/Lib/test/
Dtest_threadedtempfile.py53 with threading_helper.start_threads(threads, startEvent.set):
Dtest_threading_local.py69 with threading_helper.start_threads(threading.Thread(target=f, args=(i,))
Dtest_queue.py490 with threading_helper.start_threads(feeders + consumers):
Dtest_functools.py1571 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):
Dtest_capi.py696 with threading_helper.start_threads(threads):
Dtest_gc.py419 with threading_helper.start_threads(threads, lambda: exit.append(1)):
Dtest_bz2.py508 with threading_helper.start_threads(threads):
Dtest_io.py1486 with threading_helper.start_threads(threads):
1866 with threading_helper.start_threads(threads):
3304 with threading_helper.start_threads(threads, event.set):
Dtest_enum.py2622 with threading_helper.start_threads(threads):
3106 with threading_helper.start_threads(threads):
D_test_multiprocessing.py4389 with threading_helper.start_threads(threads):
/third_party/ltp/utils/benchmark/ebizzy-0.3/
Debizzy.c452 static void start_threads(void) in start_threads() function
520 start_threads(); in main()
/third_party/python/Lib/test/support/
Dthreading_helper.py118 def start_threads(threads, unlock=None): function
/third_party/openssl/test/
Dthreadstest.c271 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/
Dtest_threaded_import.py128 with threading_helper.start_threads(
/third_party/python/Misc/NEWS.d/
D3.5.0a4.rst584 Added test.support.start_threads() for running and cleaning up multiple
/third_party/python/Lib/test/test_import/
D__init__.py463 with threading_helper.start_threads(threads, event.set):
/third_party/python/Doc/library/
Dtest.rst1234 .. function:: start_threads(threads, unlock=None)
/third_party/python/Lib/test/test_email/
Dtest_email.py3302 with threading_helper.start_threads(threads):
/third_party/python/Misc/
DHISTORY867 - Issue #23799: Added test.support.start_threads() for running and