Searched refs:sc_cor_fn (Results 1 - 7 of 7) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cor.h43 // TYPEDEF : sc_cor_fn
48 typedef void (sc_cor_fn)( void* ); typedef in namespace:sc_core
99 std::size_t stack_size, sc_cor_fn* fn, void* arg ) = 0;
H A Dsc_cor_pthread.h74 sc_cor_fn* m_cor_fn; // Core function.
107 virtual sc_cor* create( std::size_t stack_size, sc_cor_fn* fn, void* arg );
H A Dsc_cor_qt.cpp166 (*(sc_cor_fn*) fn)( arg );
171 sc_cor_pkg_qt::create( std::size_t stack_size, sc_cor_fn* fn, void* arg )
H A Dsc_cor_fiber.h115 virtual sc_cor* create( std::size_t stack_size, sc_cor_fn* fn, void* arg );
H A Dsc_cor_qt.h101 virtual sc_cor* create( std::size_t stack_size, sc_cor_fn* fn, void* arg );
H A Dsc_cor_fiber.cpp133 sc_cor_pkg_fiber::create( std::size_t stack_size, sc_cor_fn* fn, void* arg )
H A Dsc_cor_pthread.cpp173 sc_cor_pkg_pthread::create( std::size_t stack_size, sc_cor_fn* fn, void* arg )

Completed in 10 milliseconds