MCPcopy Create free account
hub / github.com/beefytech/Beef / CompileThread

Function CompileThread

BeefBoot/BootApp.cpp:464–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464static void CompileThread(void* param)
465{
466 BfpThread_SetName(NULL, "CompileThread", NULL);
467
468 BootApp* app = (BootApp*)param;
469 BfCompiler_ClearBuildCache(app->mCompiler);
470
471 if (!BfCompiler_Compile(app->mCompiler, app->mPassInstance, app->mBuildDir.c_str()))
472 app->mHadErrors = true;
473}
474
475void BootApp::DoCompile()
476{

Callers 1

DoCompileMethod · 0.85

Calls 4

BfCompiler_CompileFunction · 0.85
BfpThread_SetNameFunction · 0.50
c_strMethod · 0.45

Tested by

no test coverage detected