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

Function SetThreadName

Goldleaf/source/base.cpp:320–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320void SetThreadName(const std::string &name) {
321 ScopedLock lk(g_ThreadNameLock);
322 g_ThreadNameList[threadGetSelf()] = name;
323}
324
325void LogImpl(const char *log_buf, const size_t log_buf_len) {
326 ScopedLock lk(g_LogLock);

Callers 4

InitializeFunction · 0.85
ContentWriteMainFunction · 0.85
LoadApplicationsMainFunction · 0.85
LoadTicketsMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected