#include <cmsis-plus/rtos/os-decls.h>#include <cmsis-plus/rtos/os-clocks.h>#include <cmsis-plus/rtos/internal/os-flags.h>Go to the source code of this file.
Classes | |
| class | os::rtos::thread::attributes |
| Thread attributes. More... | |
| class | os::rtos::thread::context |
| Thread context. More... | |
| struct | os::rtos::thread::priority |
| Thread priorities. More... | |
| class | os::rtos::thread::stack |
| Thread stack. More... | |
| struct | os::rtos::thread::state |
| Thread states. More... | |
| class | os::rtos::thread::statistics |
| Thread statistics. More... | |
| class | os::rtos::thread |
| POSIX compliant thread, using the default RTOS allocator. More... | |
| class | os::rtos::thread_allocated< Allocator > |
| Template of a POSIX compliant thread with allocator. More... | |
| class | os::rtos::thread_inclusive< N > |
| Template of a POSIX compliant thread with local stack. More... | |
Namespaces | |
| namespace | os |
| System namespace. | |
| namespace | os::rtos |
| RTOS namespace. | |
| namespace | os::rtos::scheduler |
| Scheduler namespace. | |
| namespace | os::rtos::this_thread |
| A convenience namespace to access the current running thread. | |