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() constfunction 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 2025-08-14 at 02:33:43 +0000