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"
140 virtual void main() = 0;
161 unsigned valgrindStackId;
171 #endif // __BASE_FIBER_HH__
void run()
Start executing the fiber represented by this object.
static Fiber * currentFiber()
Get a pointer to the current running Fiber.
virtual void main()=0
This method is called when this fiber is first run.
const static size_t DefaultStackSize
static Fiber * primaryFiber()
Get a pointer to the primary Fiber.
This class represents a fiber, which is a light weight sort of thread which is cooperatively schedule...
bool started() const
Returns whether the "main" function of this fiber has started.
static void entryTrampoline()
bool finished() const
Returns whether the "main" function of this fiber has finished.
Fiber(size_t stack_size=DefaultStackSize)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Generated on Wed Jul 13 2022 10:39:13 for gem5 by doxygen 1.8.17