Home
last modified time | relevance | path

Searched refs:threadSupport (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/bullet-native/
DjmePhysicsSpace.cpp72 Win32ThreadSupport* threadSupport = new Win32ThreadSupport(threadConstructionInfo); in createSolverThreadSupport() local
73 threadSupport->startSPU(); in createSolverThreadSupport()
77 PosixThreadSupport* threadSupport = new PosixThreadSupport(constructionInfo); in createSolverThreadSupport()
78 threadSupport->startSPU(); in createSolverThreadSupport()
81 SequentialThreadSupport* threadSupport = new SequentialThreadSupport(tci); in createSolverThreadSupport()
82 threadSupport->startSPU(); in createSolverThreadSupport()
84 return threadSupport; in createSolverThreadSupport()
90 Win32ThreadSupport* threadSupport = new Win32ThreadSupport(threadConstructionInfo); in createDispatchThreadSupport() local
91 threadSupport->startSPU(); in createDispatchThreadSupport()
95 PosixThreadSupport* threadSupport = new PosixThreadSupport(solverConstructionInfo); in createDispatchThreadSupport()
[all …]