|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Go to the source code of this file.
Namespaces | |
| namespace | tracktion |
Functions | |
| template<typename HandleType > | |
| bool | tracktion::setThreadPriority (HandleType handle, int priority) |
| bool | tracktion::tryToUpgradeCurrentThreadToRealtime (const juce::Thread::RealtimeOptions &) |
| Tries to upgrade the current thread to realtime priority. | |
| bool | tracktion::setThreadPriority (std::thread &t, int priority) |
| Changes the thread's priority. | |