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

Function btResetThreadIndexCounter

src/LinearMath/btThreads.cpp:329–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329void btResetThreadIndexCounter()
330{
331 // for when all current worker threads are destroyed
332 btAssert(btIsMainThread());
333 gThreadCounter.mCounter = 0;
334}
335
336btITaskScheduler::btITaskScheduler(const char* name)
337{

Callers 3

setNumThreadsMethod · 0.85
setNumThreadsMethod · 0.85
setNumThreadsMethod · 0.85

Calls 1

btIsMainThreadFunction · 0.85

Tested by

no test coverage detected