Home
last modified time | relevance | path

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

12

/external/python/cpython3/Lib/test/
Dtest_threadedtempfile.py18 from test.support import start_threads
53 with start_threads(threads, startEvent.set):
Dtest_threaded_import.py19 forget, unlink, rmtree, start_threads)
127 with start_threads(threading.Thread(target=task,
Dtest_threading_local.py68 with support.start_threads(threading.Thread(target=f, args=(i,))
Dtest_gc.py3 strip_python_stderr, cpython_only, start_threads,
413 with start_threads(threads, lambda: exit.append(1)):
Dtest_functools.py1510 with support.start_threads(threads):
1528 with support.start_threads(threads):
1550 with support.start_threads(threads):
1570 with support.start_threads(threads):
2464 with support.start_threads(threads):
Dtest_queue.py487 with support.start_threads(feeders + consumers):
Dtest_capi.py530 with support.start_threads(threads):
Dtest_bz2.py502 with support.start_threads(threads):
Dtest_io.py1468 with support.start_threads(threads):
1825 with support.start_threads(threads):
3255 with support.start_threads(threads, event.set):
Dtest_enum.py2306 with support.start_threads(threads):
2724 with support.start_threads(threads):
/external/python/cpython2/Lib/test/
Dtest_threadedtempfile.py21 from test.test_support import start_threads, run_unittest, import_module
50 with start_threads(threads, startEvent.set):
Dtest_capi.py79 with support.start_threads(threads):
Dtest_gc.py2 from test.support import (verbose, run_unittest, start_threads,
362 with start_threads(threads, lambda: exit.append(1)):
Dtest_threading_local.py66 with support.start_threads(threading.Thread(target=f, args=(i,))
Dtest_bz2.py309 with support.start_threads(threads):
Dtest_io.py1033 with support.start_threads(threads):
1351 with support.start_threads(threads):
2629 with support.start_threads(threads, event.set):
/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_manager.cc274 static void start_threads(void) { in start_threads() function
296 start_threads(); in grpc_timer_manager_init()
331 start_threads(); in grpc_timer_manager_set_threading()
/external/ltp/utils/benchmark/ebizzy-0.3/
Debizzy.c451 static void start_threads(void) in start_threads() function
517 start_threads(); in main()
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a4.rst584 Added test.support.start_threads() for running and cleaning up multiple
/external/python/cpython2/Misc/NEWS.d/
D2.7.10rc1.rst755 Added test.test_support.start_threads() for running and cleaning up multiple
/external/python/cpython3/Lib/test/test_import/
D__init__.py455 with test.support.start_threads(threads, event.set):
/external/python/cpython2/Lib/test/support/
D__init__.py1783 def start_threads(threads, unlock=None): function
/external/python/cpython2/Lib/email/test/
Dtest_email.py40 from test.test_support import findfile, run_unittest, start_threads
2433 with start_threads(threads):
/external/python/cpython3/Lib/test/test_email/
Dtest_email.py40 from test.support import unlink, start_threads
3244 with start_threads(threads):
/external/python/cpython3/Lib/test/support/
D__init__.py2339 def start_threads(threads, unlock=None): function

12