Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
407
btITaskScheduler* btGetTaskScheduler()
408
{
409
return gBtTaskScheduler;
410
}
411
412
void btParallelFor(int iBegin, int iEnd, int grainSize, const btIParallelForBody& body)
413
{
Callers
8
stepSimulation
Method · 0.85
writeGrainSizes
Function · 0.85
btCollisionDispatcherMt
Method · 0.85
setNumThreads
Function · 0.85
setThreadCountCallback
Function · 0.85
createEmptyDynamicsWorld
Method · 0.85
createDefaultParameters
Method · 0.85
drawScreenText
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected