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

Namespaces

namespace  graph
 

Enumerations

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

Functions

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