TracktionEngine
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
tracktion_NodePlayerThreadPools.h File Reference

Namespaces

namespace  tracktion
 
namespace  tracktion::graph
 

Enumerations

enum class  tracktion::graph::ThreadPoolStrategy {
  tracktion::graph::conditionVariable , tracktion::graph::realTime , tracktion::graph::hybrid , tracktion::graph::semaphore ,
  tracktion::graph::lightweightSemaphore , tracktion::graph::lightweightSemHybrid
}
 Available strategies for thread pools. More...
 

Functions

LockFreeMultiThreadedNodePlayer::ThreadPoolCreator tracktion::graph::getPoolCreatorFunction (ThreadPoolStrategy)
 Returns a function to create a ThreadPool for the given stategy.