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

/gem5/src/systemc/core/
H A Dpython.cc44 firstReadyFunc() function in namespace:sc_gem5::__anon37
60 for (auto ptr = firstReadyFunc(); ptr; ptr = ptr->next)
76 PythonReadyFunc::PythonReadyFunc() : next(firstReadyFunc())
78 firstReadyFunc() = this;

Completed in 4 milliseconds