Sync changes.

This commit is contained in:
XMRig
2018-11-20 07:24:14 +07:00
parent c53617f8bf
commit 7bf8c3e65c
12 changed files with 114 additions and 33 deletions

View File

@@ -92,6 +92,17 @@ bool Platform::setThreadAffinity(uint64_t cpu_id)
}
uint32_t Platform::setTimerResolution(uint32_t resolution)
{
return resolution;
}
void Platform::restoreTimerResolution()
{
}
void Platform::setProcessPriority(int priority)
{
}