Home
last modified time | relevance | path

Searched defs:run_threads (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/test/core/util/
Dwork_serializer_test.cc215 std::vector<std::unique_ptr<TestThread>> run_threads; in TEST() local
/third_party/python/Lib/test/
Dtest_queue.py470 def run_threads(self, n_threads, q, inputs, feed_func, consume_func): member in BaseSimpleQueueTest
Dlock_tests.py853 def run_threads(self, f): member in BarrierTests
D_test_multiprocessing.py1834 def run_threads(self, f, args): member in _TestBarrier
/third_party/rust/rust/src/tools/miri/src/concurrency/
Dthread.rs1022 fn run_threads(&mut self) -> InterpResult<'tcx, !> { in run_threads() method