RtKit
RtKit
Inherits from QObject
Public Functions
Name | |
---|---|
RtKit(QObject * parent =nullptr) | |
QString | lastError() const |
int | queryMaxRealtimePriority(bool * ok =nullptr) |
int | queryMinNiceLevel(bool * ok =nullptr) |
long long | queryRTTimeUSecMax(bool * ok =nullptr) |
bool | makeHighPriority(pid_t thread, int niceLevel) |
bool | makeRealtime(pid_t thread, uint priority) |
Public Functions Documentation
function RtKit
explicit RtKit(
QObject * parent =nullptr
)
function lastError
QString lastError() const
function queryMaxRealtimePriority
int queryMaxRealtimePriority(
bool * ok =nullptr
)
function queryMinNiceLevel
int queryMinNiceLevel(
bool * ok =nullptr
)
function queryRTTimeUSecMax
long long queryRTTimeUSecMax(
bool * ok =nullptr
)
function makeHighPriority
bool makeHighPriority(
pid_t thread,
int niceLevel
)
function makeRealtime
bool makeRealtime(
pid_t thread,
uint priority
)
Updated on 2024-11-06 at 17:10:29 +0000