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

Function BpSetThreadName

BeefySysLib/util/BeefPerf.cpp:1689–1692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1687}
1688
1689BP_EXPORT void BP_CALLTYPE BpSetThreadName(const char* threadName)
1690{
1691 BpManager::GetCurThreadInfo()->SetThreadName(threadName);
1692}
1693
1694BP_EXPORT void BP_CALLTYPE BpEnter(const char* zoneName)
1695{

Callers 4

ProcMethod · 0.85
DllMainFunction · 0.85
DebugThreadProcMethod · 0.85
RunLoopMethod · 0.85

Calls 1

SetThreadNameMethod · 0.80

Tested by

no test coverage detected