Go to the documentation of this file.
28 #ifndef __BASE_FIBER_HH__
29 #define __BASE_FIBER_HH__
34 #if defined(__APPLE__) && defined(__MACH__)
35 #define _XOPEN_SOURCE 600
43 #pragma push_macro("__USE_FORTIFY_LEVEL")
44 #undef __USE_FORTIFY_LEVEL
46 #pragma pop_macro("__USE_FORTIFY_LEVEL")
51 #include "config/have_valgrind.hh"
137 virtual void main() = 0;
158 unsigned valgrindStackId;
166 #endif // __BASE_FIBER_HH__
Fiber(size_t stack_size=DefaultStackSize)
bool finished() const
Returns whether the "main" function of this fiber has finished.
static Fiber * primaryFiber()
Get a pointer to the primary Fiber.
const static size_t DefaultStackSize
static void entryTrampoline()
This class represents a fiber, which is a light weight sort of thread which is cooperatively schedule...
static Fiber * currentFiber()
Get a pointer to the current running Fiber.
void run()
Start executing the fiber represented by this object.
bool started() const
Returns whether the "main" function of this fiber has started.
virtual void main()=0
This method is called when this fiber is first run.
Generated on Tue Jun 22 2021 15:28:25 for gem5 by doxygen 1.8.17