Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
Thread.hpp File Reference
#include <toolbox/Config.h>
#include <sched.h>
#include <string>
Include dependency graph for Thread.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  toolbox::sys::ThreadConfig
 ThreadConfig holds the thread attributes. More...
 

Namespaces

namespace  toolbox
 
namespace  toolbox::sys
 

Functions

cpu_set_t toolbox::sys::parse_cpu_set (string_view s) noexcept
 
int toolbox::sys::parse_sched_policy (string_view s)
 
void toolbox::sys::set_thread_attrs (const ThreadConfig &config)