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.py21 from test.support import start_threads, import_module
50 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,
402 with start_threads(threads, lambda: exit.append(1)):
Dtest_capi.py372 with support.start_threads(threads):
Dtest_queue.py438 with support.start_threads(feeders + consumers):
Dtest_functools.py1459 with support.start_threads(threads):
1477 with support.start_threads(threads):
1499 with support.start_threads(threads):
1519 with support.start_threads(threads):
Dtest_bz2.py501 with support.start_threads(threads):
Dtest_io.py1450 with support.start_threads(threads):
1804 with support.start_threads(threads):
3186 with support.start_threads(threads, event.set):
Dtest_enum.py2314 with support.start_threads(threads):
2732 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__.py432 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/support/
D__init__.py2208 def start_threads(threads, unlock=None): function
/external/python/cpython3/Lib/test/test_email/
Dtest_email.py40 from test.support import unlink, start_threads
3221 with start_threads(threads):

12