#include <thread>
#include <cstring>
#include <iostream>
Go to the source code of this file.
Namespaces | |
corbo | |
corbo::threads | |
Functions | |
bool | corbo::threads::set_thread_scheduling (std::thread &th, int priority) |
Change the scheduling priority of a thread. More... | |