MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / LoadApplicationsMain

Function LoadApplicationsMain

Goldleaf/source/cnt/cnt_Content.cpp:230–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 }
229
230 void LoadApplicationsMain(void*) {
231 SetThreadName("cnt.LoadApplicationsThread");
232
233 GLEAF_LOG_FMT("Scanning applications...");
234 ScanApplications();
235
236 GLEAF_LOG_FMT("Done! Exiting thread...");
237 g_LoadApplicationsThreadDone = true;
238 }
239
240 void RequestLoadApplications() {
241 if(!g_LoadApplicationsThreadDone) {

Callers

nothing calls this directly

Calls 2

SetThreadNameFunction · 0.85
ScanApplicationsFunction · 0.85

Tested by

no test coverage detected