Searched refs:futures (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/mpl/bind/dist/bin/tests/system/addzone/
H A Dtests_rndc_deadlock.py12 import concurrent.futures namespace
73 with concurrent.futures.ThreadPoolExecutor() as executor:
/netbsd-current/external/mpl/bind/dist/bin/tests/system/shutdown/
H A Dtests_shutdown.py14 from concurrent.futures import ThreadPoolExecutor, as_completed
75 futures = {}
98 futures[executor.submit(resolver.resolve, qname, "A")] = tag
102 futures[executor.submit(launch_rndc, ["stop"])] = "stop"
104 futures[executor.submit(named_proc.terminate)] = "kill"
108 futures[executor.submit(launch_rndc, ["status"])] = "status"
111 for future in as_completed(futures):
120 if futures[future] == "stop":
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dparallel-for.h50 std::future<void> futures[local_max]; local
69 futures[i] = gdb::thread_pool::g_thread_pool->post_task (task);
80 futures[i].wait ();
/netbsd-current/external/mpl/bind/dist/bin/tests/system/stress/
H A Dtests_stress_update.py12 import concurrent.futures namespace
60 with concurrent.futures.ThreadPoolExecutor() as executor:
76 unfinished_tasks = concurrent.futures.wait(updaters, timeout=300).not_done
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dupdate_test_prefix.py6 from concurrent.futures import ThreadPoolExecutor, as_completed
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Darm-elf.exp48 {{objdump -dw branch-futures.d}}
49 "branch-futures"}
319 {{objdump -dw branch-futures.d}}
320 "branch-futures"}

Completed in 122 milliseconds