/external/llvm-project/lldb/test/API/tools/lldb-server/ |
D | TestGdbRemote_vContThreads.py | 13 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/ |
D | main.cpp | 101 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/ |
D | test_threadedtempfile.py | 18 from test.support import start_threads 53 with start_threads(threads, startEvent.set):
|
D | test_threading_local.py | 68 with support.start_threads(threading.Thread(target=f, args=(i,))
|
D | test_gc.py | 4 cpython_only, start_threads, 418 with start_threads(threads, lambda: exit.append(1)):
|
D | test_functools.py | 1532 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):
|
D | test_queue.py | 487 with support.start_threads(feeders + consumers):
|
D | test_capi.py | 594 with support.start_threads(threads):
|
D | test_bz2.py | 505 with support.start_threads(threads):
|
/external/python/cpython2/Lib/test/ |
D | test_threadedtempfile.py | 21 from test.test_support import start_threads, run_unittest, import_module 50 with start_threads(threads, startEvent.set):
|
D | test_capi.py | 79 with support.start_threads(threads):
|
D | test_threading_local.py | 66 with support.start_threads(threading.Thread(target=f, args=(i,))
|
D | test_gc.py | 2 from test.support import (verbose, run_unittest, start_threads, 362 with start_threads(threads, lambda: exit.append(1)):
|
D | test_bz2.py | 309 with support.start_threads(threads):
|
D | test_io.py | 1033 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/ |
D | timer_manager.cc | 274 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/ |
D | timer_manager.cc | 289 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/ |
D | test_threaded_import.py | 19 forget, unlink, rmtree, start_threads) 127 with start_threads(threading.Thread(target=task,
|
/external/ltp/utils/benchmark/ebizzy-0.3/ |
D | ebizzy.c | 451 static void start_threads(void) in start_threads() function 517 start_threads(); in main()
|
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_var.h | 450 void (*)(const char *, ...), int start_threads);
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0a4.rst | 584 Added test.support.start_threads() for running and cleaning up multiple
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.10rc1.rst | 755 Added test.test_support.start_threads() for running and cleaning up multiple
|
/external/python/cpython2/Lib/test/support/ |
D | __init__.py | 1783 def start_threads(threads, unlock=None): function
|
/external/python/cpython3/Lib/test/test_import/ |
D | __init__.py | 462 with test.support.start_threads(threads, event.set):
|
/external/python/cpython2/Lib/email/test/ |
D | test_email.py | 40 from test.test_support import findfile, run_unittest, start_threads 2433 with start_threads(threads):
|