Searched refs:parallel (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_gil_scoped.py36 def _python_to_cpp_to_python_from_threads(num_threads, parallel=False):
43 if parallel:
60 """Makes sure there is no GIL deadlock when running in a thread multiple times in parallel.
64 assert _run_in_process(_python_to_cpp_to_python_from_threads, 8, parallel=True) == 0
72 assert _run_in_process(_python_to_cpp_to_python_from_threads, 8, parallel=False) == 0
/gem5/ext/mcpat/cacti/
H A Dbasic_circuit.h88 parallel, enumerator in enum:Half_net_topology
H A Dbasic_circuit.cc423 if (topo == parallel) {
443 if (topo == parallel) {
523 if (topo == parallel) {
547 if (topo == parallel) {

Completed in 8 milliseconds