Lines Matching defs:handle
293 sc_process_handle invoker_h; // handle for invocation thread to use.
1137 sc_thread_handle handle =
1141 handle->prepare_for_simulation();
1143 m_process_table->push_front( handle );
1145 return sc_process_handle(handle);
1154 sc_method_handle handle =
1157 if ( !handle->dont_initialize() )
1166 "`" << handle->name() << "' ignored";
1173 push_runnable_method( handle );
1176 else if ( handle->m_static_events.size() == 0 )
1179 handle->name() );
1183 m_process_table->push_front( handle );
1185 return sc_process_handle(handle);
1194 sc_thread_handle handle =
1197 handle->prepare_for_simulation();
1198 if ( !handle->dont_initialize() )
1207 "`" << handle->name() << "' ignored";
1214 push_runnable_thread( handle );
1217 else if ( handle->m_static_events.size() == 0 )
1220 handle->name() );
1224 m_process_table->push_front( handle );
1226 return sc_process_handle(handle);
1573 // Get a handle for the current process
1577 // of sc_process_b instance the handle represents. Instead, use the a
2049 - remove "set_curr_proc(handle)" from