satdump/src-core/common/thread_priority.h

5 lines
87 B
C
Raw Normal View History

#pragma once
#include <thread>
2021-08-07 12:22:09 +02:00
void setThreadPriority(std::thread &th, int priority);