RTEMS 6.1-rc2
|
C++ standard thread support with thread attribute control. More...
#include <functional>
#include <iostream>
#include <string>
#include <thread>
#include <utility>
Go to the source code of this file.
Data Structures | |
class | rtems::thread::attributes |
Manage the attributes of a thread. More... | |
class | rtems::thread::thread |
Create a thread with thread attributes. More... | |
class | rtems::thread::thread::id |
C++ standard thread support with thread attribute control.
++
Provide a way to create a thread in C++ with attributes that let you control the real-time embedded parameters need to run threads on RTEMS.
The code requires the -std=c++17
option to access std::invoke()
.