Searched refs:maxNumThreads (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/bullet-native/
H A DjmePhysicsSpace.cpp69 btThreadSupportInterface* jmePhysicsSpace::createSolverThreadSupport(int maxNumThreads) { argument
71 Win32ThreadSupport::Win32ThreadConstructionInfo threadConstructionInfo("solverThreads", SolverThreadFunc, SolverlsMemoryFunc, maxNumThreads);
76 SolverlsMemoryFunc, maxNumThreads);
87 btThreadSupportInterface* jmePhysicsSpace::createDispatchThreadSupport(int maxNumThreads) { argument
89 Win32ThreadSupport::Win32ThreadConstructionInfo threadConstructionInfo("solverThreads", processCollisionTask, createCollisionLocalStoreMemory, maxNumThreads);
94 createCollisionLocalStoreMemory, maxNumThreads);

Completed in 58 milliseconds