distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
forceContextSwitch.hpp
Go to the documentation of this file.
1 
12 #ifndef INCLUDE_DISTORTOS_INTERNAL_SCHEDULER_FORCECONTEXTSWITCH_HPP_
13 #define INCLUDE_DISTORTOS_INTERNAL_SCHEDULER_FORCECONTEXTSWITCH_HPP_
14 
15 namespace distortos
16 {
17 
18 namespace internal
19 {
20 
27 void forceContextSwitch();
28 
29 } // namespace internal
30 
31 } // namespace distortos
32 
33 #endif // INCLUDE_DISTORTOS_INTERNAL_SCHEDULER_FORCECONTEXTSWITCH_HPP_
Top-level namespace of distortos project.
Definition: buttons.hpp:33
void forceContextSwitch()
Forces unconditional context switch.
Definition: forceContextSwitch.cpp:28