Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/test/API/tools/lldb-server/
DTestGdbRemote_vContThreads.py13 def start_threads(self, num): member in TestGdbRemote_vContThreads
36 threads = self.start_threads(1)
64 threads = self.start_threads(1)
93 threads = self.start_threads(2)
122 threads = self.start_threads(1)
/external/llvm-project/lldb/test/API/functionalities/thread/concurrent_events/
Dmain.cpp101 void start_threads(thread_vector& threads, in start_threads() function
158 start_threads(threads, actions); in dotest()
163 start_threads(threads, delay_actions, &delay_arg); in dotest()
/external/python/cpython3/Lib/test/
Dtest_threadedtempfile.py18 from test.support import start_threads
53 with start_threads(threads, startEvent.set):
Dtest_threading_local.py68 with support.start_threads(threading.Thread(target=f, args=(i,))
Dtest_gc.py4 cpython_only, start_threads,
418 with start_threads(threads, lambda: exit.append(1)):
Dtest_functools.py1532 with support.start_threads(threads):
1550 with support.start_threads(threads):
1572 with support.start_threads(threads):
1592 with support.start_threads(threads):
2526 with support.start_threads(threads):
Dtest_queue.py487 with support.start_threads(feeders + consumers):
Dtest_capi.py594 with support.start_threads(threads):
Dtest_bz2.py505 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_threading_local.py66 with support.start_threads(threading.Thread(target=f, args=(i,))
Dtest_gc.py2 from test.support import (verbose, run_unittest, start_threads,
362 with start_threads(threads, lambda: exit.append(1)):
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/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtimer_manager.cc289 static void start_threads(void) { in start_threads() function
311 start_threads(); in grpc_timer_manager_init()
347 start_threads(); in grpc_timer_manager_set_threading()
/external/python/cpython3/Lib/test/test_importlib/
Dtest_threaded_import.py19 forget, unlink, rmtree, start_threads)
127 with start_threads(threading.Thread(target=task,
/external/ltp/utils/benchmark/ebizzy-0.3/
Debizzy.c451 static void start_threads(void) in start_threads() function
517 start_threads(); in main()
/external/usrsctp/usrsctplib/netinet/
Dsctp_var.h450 void (*)(const char *, ...), int start_threads);
/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/cpython2/Lib/test/support/
D__init__.py1783 def start_threads(threads, unlock=None): function
/external/python/cpython3/Lib/test/test_import/
D__init__.py462 with test.support.start_threads(threads, event.set):
/external/python/cpython2/Lib/email/test/
Dtest_email.py40 from test.test_support import findfile, run_unittest, start_threads
2433 with start_threads(threads):

12