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

Function LoadTicketsMain

Goldleaf/source/cnt/cnt_Ticket.cpp:89–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 void LoadTicketsMain(void*) {
90 SetThreadName("cnt.LoadTicketsThread");
91
92 GLEAF_LOG_FMT("Scanning tickets...");
93 ScanTickets();
94
95 GLEAF_LOG_FMT("Done! Exiting thread...");
96 g_LoadTicketsThreadDone = true;
97 }
98
99 void RequestLoadTickets() {
100 if(!g_LoadTicketsThreadDone) {

Callers

nothing calls this directly

Calls 2

SetThreadNameFunction · 0.85
ScanTicketsFunction · 0.85

Tested by

no test coverage detected