MCPcopy Create free account
hub / github.com/DFHack/dfhack / threadStub

Function threadStub

plugins/rendermax/renderer_light.cpp:1454–1458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1452 return parent->getH();
1453}
1454void threadStub(void * arg)
1455{
1456 if(arg)
1457 ((lightThread*)arg)->run();
1458}
1459void lightThreadDispatch::start(int count)
1460{
1461 for(int i=0;i<count;i++)

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected