MCPcopy Create free account
hub / github.com/beefytech/Beef / BFP_CALLTYPE RunLoopThunk

Function BFP_CALLTYPE RunLoopThunk

IDEHelper/Compiler/BfCodeGen.cpp:571–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569}
570
571static void BFP_CALLTYPE RunLoopThunk(void* codeGenThreadP)
572{
573 auto codeGenThread = (BfCodeGenThread*)codeGenThreadP;
574 BfpThread_SetName(NULL, StrFormat("BfCodeGenThread%d", codeGenThread->mThreadIdx).c_str(), NULL);
575 codeGenThread->RunLoop();
576}
577
578void BfCodeGenThread::Start()
579{

Callers

nothing calls this directly

Calls 3

RunLoopMethod · 0.80
BfpThread_SetNameFunction · 0.50
c_strMethod · 0.45

Tested by

no test coverage detected