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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cor_qt.cpp22 sc_cor_qt.cpp -- Coroutine implementation with QuickThreads.
35 #include "sysc/kernel/sc_cor_qt.h"
46 static sc_cor_qt main_cor;
50 static sc_cor_qt* curr_cor = 0;
54 // CLASS : sc_cor_qt
62 sc_cor_qt::stack_protect( bool enable )
164 curr_cor = RCAST<sc_cor_qt*>( cor );
173 sc_cor_qt* cor = new sc_cor_qt();
192 RCAST<sc_cor_qt*>( old_co
[all...]
H A Dsc_cor_qt.h22 sc_cor_qt.h -- Coroutine implementation with QuickThreads.
45 // CLASS : sc_cor_qt
50 class sc_cor_qt class in namespace:sc_core
56 sc_cor_qt() function in class:sc_core::sc_cor_qt
61 virtual ~sc_cor_qt()
78 sc_cor_qt( const sc_cor_qt& );
79 sc_cor_qt& operator = ( const sc_cor_qt& );
128 // $Log: sc_cor_qt
[all...]

Completed in 5 milliseconds