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

/gem5/src/base/
H A Dfiber.cc59 * The PrimaryFiber class is a special case that attaches to the currently
63 class PrimaryFiber : public Fiber class in namespace:__anon17
66 PrimaryFiber() : Fiber(nullptr, 0) { setStarted(); } function in class:__anon17::PrimaryFiber
67 void main() { panic("PrimaryFiber main executed.\n"); }
70 PrimaryFiber _primaryFiber;

Completed in 5 milliseconds