Searched refs:handle_ (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_sensitive.cpp48 as_method_handle( sc_process_b* handle_ )
50 return DCAST<sc_method_handle>( handle_ );
55 as_thread_handle( sc_process_b* handle_ )
57 return DCAST<sc_thread_handle>( handle_ );
97 sc_sensitive::operator << ( sc_process_handle handle_ )
99 switch ( handle_.proc_kind() )
111 m_handle = (sc_process_b*)handle_;
140 sc_process_b* handle_, const sc_event& event_)
142 handle_->add_static_event( event_ );
171 sc_process_b* handle_, cons
139 make_static_sensitivity( sc_process_b* handle_, const sc_event& event_) argument
170 make_static_sensitivity( sc_process_b* handle_, const sc_interface& interface_) argument
203 make_static_sensitivity( sc_process_b* handle_, const sc_port_base& port_) argument
245 make_static_sensitivity( sc_process_b* handle_, sc_event_finder& event_finder_) argument
293 operator ()( sc_cthread_handle handle_, sc_event_finder& event_finder_ ) argument
301 operator ()( sc_cthread_handle handle_, const in_if_b_type& interface_ ) argument
309 operator ()( sc_cthread_handle handle_, const in_if_l_type& interface_ ) argument
317 operator ()( sc_cthread_handle handle_, const in_port_b_type& port_ ) argument
325 operator ()( sc_cthread_handle handle_, const in_port_l_type& port_ ) argument
333 operator ()( sc_cthread_handle handle_, const inout_port_b_type& port_ ) argument
341 operator ()( sc_cthread_handle handle_, const inout_port_l_type& port_ ) argument
[all...]
H A Dsc_simcontext.cpp190 sc_process_table::push_front( sc_method_handle handle_ )
192 handle_->set_next_exist(m_method_q);
193 m_method_q = handle_;
198 sc_process_table::push_front( sc_thread_handle handle_ )
200 handle_->set_next_exist(m_thread_q);
201 m_thread_q = handle_;
205 sc_process_table::remove( sc_method_handle handle_ )
213 if ( now_p == handle_ )
219 return handle_;
226 sc_process_table::remove( sc_thread_handle handle_ )
[all...]
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_port.cpp99 sc_bind_ef::sc_bind_ef( sc_process_b* handle_, argument
101 : handle( handle_ ),
377 sc_port_base::make_sensitive( sc_thread_handle handle_, argument
382 new sc_bind_ef( (sc_process_b*)handle_, event_finder_ ) );
386 sc_port_base::make_sensitive( sc_method_handle handle_, argument
391 new sc_bind_ef( (sc_process_b*)handle_, event_finder_ ) );
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc184 : handle_(INVALID_HANDLE_VALUE) {}
187 : handle_(handle) {}
194 return handle_;
203 if (handle_ != handle) {
205 ::CloseHandle(handle_);
207 handle_ = handle;
218 return handle_ != NULL && handle_ != INVALID_HANDLE_VALUE;
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1532 Handle handle_; member in class:testing::internal::AutoHandle

Completed in 28 milliseconds