#include <juce_ThreadPriorities_native.h>

Classes | |
| struct | Entry |
Public Types | |
| enum | AndroidThreadPriority { THREAD_PRIORITY_AUDIO = -16 , THREAD_PRIORITY_FOREGROUND = -2 , THREAD_PRIORITY_MORE_FAVORABLE = -1 , THREAD_PRIORITY_DEFAULT = 0 , THREAD_PRIORITY_LESS_FAVORABLE = 1 , THREAD_PRIORITY_BACKGROUND = 10 , THREAD_PRIORITY_LOWEST = 19 } |
Static Public Member Functions | |
| static Thread::Priority | getJucePriority (const int value) |
| static int | getNativePriority (const Thread::Priority value) |
Static Public Attributes | |
| static constexpr Entry | table [] |
|
inlinestatic |
|
inlinestatic |
|
inlinestaticconstexpr |
Referenced by getJucePriority(), and getNativePriority().