Lines Matching refs:ph
275 process_handle_class *ph =
278 if (!ph) { // Create new dynamic process.
279 ph = new process_handle_class(&trans);
280 m_process_handle.put_handle(ph);
284 opts.set_sensitivity(&ph->m_e);
287 sc_bind(&fw_process::nb2b_thread, this, ph),
292 ph->m_e.notify(t);
428 put_handle(process_handle_class *ph)
430 v.push_back(ph);
871 process_handle_class *ph =
874 if (!ph) { // Create new dynamic process.
875 ph = new process_handle_class(&trans);
876 m_process_handle.put_handle(ph);
880 opts.set_sensitivity(&ph->m_e);
883 sc_bind(&fw_process::nb2b_thread, this, ph),
888 ph->m_e.notify(t);
1023 void put_handle(process_handle_class *ph) { v.push_back(ph); }