MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / btGetTaskScheduler

Function btGetTaskScheduler

src/LinearMath/btThreads.cpp:407–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407btITaskScheduler* btGetTaskScheduler()
408{
409 return gBtTaskScheduler;
410}
411
412void btParallelFor(int iBegin, int iEnd, int grainSize, const btIParallelForBody& body)
413{

Callers 8

stepSimulationMethod · 0.85
writeGrainSizesFunction · 0.85
setNumThreadsFunction · 0.85
setThreadCountCallbackFunction · 0.85
drawScreenTextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected