ThreadConfig holds the thread attributes.
More...
#include <toolbox/sys/Thread.hpp>
|
std::string | name |
| The thread's name.
|
|
std::string | affinity |
| The thread's affinity.
|
|
std::string | sched_policy |
| The thread's scheduling policy.
|
|
ThreadConfig holds the thread attributes.
Definition at line 29 of file Thread.hpp.
◆ ThreadConfig() [1/4]
toolbox::sys::ThreadConfig::ThreadConfig |
( |
std::string |
name, |
|
|
std::string |
affinity = {} , |
|
|
std::string |
sched_policy = {} |
|
) |
| |
|
inlinenoexcept |
◆ ThreadConfig() [2/4]
toolbox::sys::ThreadConfig::ThreadConfig |
( |
| ) |
|
|
defaultnoexcept |
◆ ~ThreadConfig()
toolbox::sys::ThreadConfig::~ThreadConfig |
( |
| ) |
|
|
defaultnoexcept |
◆ ThreadConfig() [3/4]
◆ ThreadConfig() [4/4]
toolbox::sys::ThreadConfig::ThreadConfig |
( |
ThreadConfig && |
| ) |
|
|
defaultnoexcept |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ name
std::string toolbox::sys::ThreadConfig::name |
The thread's name.
Definition at line 49 of file Thread.hpp.
◆ affinity
std::string toolbox::sys::ThreadConfig::affinity |
The thread's affinity.
Definition at line 51 of file Thread.hpp.
◆ sched_policy
std::string toolbox::sys::ThreadConfig::sched_policy |
The thread's scheduling policy.
Definition at line 53 of file Thread.hpp.
The documentation for this struct was generated from the following file: