distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
Scheduler class implementation. More...
#include "distortos/internal/scheduler/Scheduler.hpp"
#include "distortos/architecture/requestContextSwitch.hpp"
#include "distortos/internal/scheduler/forceContextSwitch.hpp"
#include "distortos/internal/CHECK_FUNCTION_CONTEXT.hpp"
#include "distortos/InterruptMaskingLock.hpp"
#include "distortos/StaticSoftwareTimer.hpp"
#include <cerrno>
Classes | |
class | distortos::internal::anonymous_namespace{Scheduler.cpp}::UnblockReasonUnblockFunctorWrapper |
UnblockReasonUnblockFunctorWrapper is a wrapper for UnblockFunctor that saves reason of thread unblocking. More... | |
Namespaces | |
distortos | |
Top-level namespace of distortos project. | |
distortos::internal | |
Internals of distortos project - should not be used directly! | |
Scheduler class implementation.