|
fiber
|
#include <fiber/Core/definitions.hpp>Go to the source code of this file.
Classes | |
| class | fiber::InterruptGuard |
| Makes sure that equaly many interrupt disable and enable calls are beingmade. More... | |
Namespaces | |
| namespace | fiber |
Functions | |
| FIBER_WEAK void | fiber::disable_interrupts_command () |
| Weak, user overloadable function that provides the command to disable interrupts. | |
| FIBER_WEAK void | fiber::enable_interrupts_command () |
| Weak, user overloadable function that probides the command to enable interrupts. | |
| void | fiber::disable_interrupts () |
| Function that is used to disable the interrupts. | |
| void | fiber::enable_interrupts () |
| Function pointer that is used to enable the interrupts. | |