JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
juce::PosixSchedulerPriority Class Reference

Public Member Functions

void apply (PosixThreadAttribute &attr) const
 
constexpr int getScheduler () const
 
constexpr int getPriority () const
 

Static Public Member Functions

static PosixSchedulerPriority findCurrentSchedulerAndPriority ()
 
static PosixSchedulerPriority getNativeSchedulerAndPriority (const Optional< Thread::RealtimeOptions > &rt, Thread::Priority prio)
 

Detailed Description

Definition at line 877 of file juce_SharedCode_posix.h.

Member Function Documentation

◆ apply()

void juce::PosixSchedulerPriority::apply ( PosixThreadAttribute attr) const

Definition at line 943 of file juce_SharedCode_posix.h.

◆ findCurrentSchedulerAndPriority()

static PosixSchedulerPriority juce::PosixSchedulerPriority::findCurrentSchedulerAndPriority ( )
static

Definition at line 880 of file juce_SharedCode_posix.h.

◆ getNativeSchedulerAndPriority()

static PosixSchedulerPriority juce::PosixSchedulerPriority::getNativeSchedulerAndPriority ( const Optional< Thread::RealtimeOptions > &  rt,
Thread::Priority  prio 
)
static

Definition at line 888 of file juce_SharedCode_posix.h.

◆ getPriority()

constexpr int juce::PosixSchedulerPriority::getPriority ( ) const
constexpr

Definition at line 955 of file juce_SharedCode_posix.h.

◆ getScheduler()

constexpr int juce::PosixSchedulerPriority::getScheduler ( ) const
constexpr

Definition at line 954 of file juce_SharedCode_posix.h.


The documentation for this class was generated from the following file: