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

/external/jmonkeyengine/engine/src/bullet-native/
H A DjmePhysicsSpace.h61 btThreadSupportInterface* createSolverThreadSupport(int);
H A DjmePhysicsSpace.cpp69 btThreadSupportInterface* jmePhysicsSpace::createSolverThreadSupport(int maxNumThreads) { function in class:jmePhysicsSpace
153 btThreadSupportInterface* solverThreads = createSolverThreadSupport(4);

Completed in 33 milliseconds