|
distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
requestFunctionExecution() declaration More...
Go to the source code of this file.
Namespaces | |
| distortos | |
| Top-level namespace of distortos project. | |
| distortos::internal | |
| Internals of distortos project - should not be used directly! | |
| distortos::architecture | |
| Architecture-related code of distortos project. | |
Functions | |
| int | distortos::architecture::requestFunctionExecution (internal::ThreadControlBlock &threadControlBlock, void(&function)()) |
| Requests execution of provided function in the specified thread. More... | |
requestFunctionExecution() declaration