MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / SetThreadName

Function SetThreadName

FEXCore/Source/Utils/Threads.cpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void SetThreadName(const char* name) {
49#ifndef _WIN32
50 pthread_setname_np(pthread_self(), name);
51#else
52 // TODO:
53#endif
54}
55} // namespace FEXCore::Threads

Callers 1

ThreadHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected