C++ API scheduler definitions. More...
Namespaces | |
namespace | os::rtos::flags |
Generic flags namespace. | |
namespace | os::rtos::interrupts |
Interrupts namespace. | |
namespace | os::rtos::scheduler |
Scheduler namespace. | |
namespace | os::rtos::statistics |
Statistics namespace. | |
Functions | |
class thread::stack * | os::rtos::interrupts::stack (void) |
Get the interrupts stack. | |
C++ API scheduler definitions.
class thread::stack * os::rtos::interrupts::stack | ( | void | ) |
Get the interrupts stack.
The interrupts stack can be manipulated in a way similar to the thread stack.
Definition at line 571 of file os-core.cpp.