Searched refs:h4 (Results 1 - 4 of 4) sorted by relevance

/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test03/
H A Dtest03.cpp76 sc_process_handle h4 = sc_spawn(&r, sc_bind(&function_method, 1.2345), "event_sensitive_method", &o1); local
77 wait(h4.terminated_event());
/gem5/src/systemc/tests/systemc/compliance_1666/test203a/
H A Dtest203a.cpp59 sc_process_handle h4 = sc_spawn(sc_bind(&M::stat_method, this), "stat_method", &opt); local
101 sc_process_handle h4 = sc_spawn(sc_bind(&M::dyn_method, this), "dyn_method", &opt); local
102 sc_assert(h4 != h3);
128 sc_process_handle h4; local
129 h4 = h3;
130 sc_assert(h4 == h3);
131 sc_assert(h4 != h);
152 sc_process_handle h4; local
153 h4 = h3;
154 sc_assert(h4
[all...]
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test02/
H A Dtest02.cpp87 sc_process_handle h4 = sc_spawn(&r, sc_bind(&function_method, 1.2345), "event_sensitive_method", &o1); local
158 sc_process_handle h4 = sc_spawn(sc_bind(&function_thread, 6.789)); local
/gem5/ext/ply/doc/
H A Dmakedoc.py65 h4 = re.compile(r".*?<H4>(<a.*a>)*[\d\.\s]*(.*?)</H4>", re.IGNORECASE) variable
139 m = h4.match(s)

Completed in 4 milliseconds