Searched refs:sc_cor_pthread (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cor_pthread.h22 sc_cor_pthread.h -- Coroutine implementation with pthreads.
46 // CLASS : sc_cor_pthread
57 class sc_cor_pthread : public sc_cor class in namespace:sc_core
62 sc_cor_pthread();
65 virtual ~sc_cor_pthread();
71 static sc_cor_pthread* m_active_cor_p; // Active coroutine.
84 sc_cor_pthread( const sc_cor_pthread& );
85 sc_cor_pthread& operator = ( const sc_cor_pthread
[all...]
H A Dsc_cor_pthread.cpp22 sc_cor_pthread.cpp -- Coroutine implementation with pthreads.
33 #include "sysc/kernel/sc_cor_pthread.h"
49 if (0) std::cout << "sc_cor_pthread.cpp(" << __LINE__ << ") "
60 static sc_cor_pthread* active_cor_p=0; // Active co-routine.
63 static sc_cor_pthread main_cor; // Main coroutine.
67 // CLASS : sc_cor_pthread
74 sc_cor_pthread::sc_cor_pthread() function in class:sc_core::sc_cor_pthread
77 DEBUGF << this << ": sc_cor_pthread::sc_cor_pthread()" << st
[all...]

Completed in 5 milliseconds