MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / IsSelfThread

Method IsSelfThread

Source/Client/NM_Engine/ThreadHelper.cpp:367–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367bool CThread::IsSelfThread()
368{
369 return (g_nmApp->ThreadManagerInstance()->GetThreadFromId(m_dwThreadId) != nullptr);
370}
371
372bool CThread::IsGoodPriority()
373{

Callers

nothing calls this directly

Calls 2

GetThreadFromIdMethod · 0.80
ThreadManagerInstanceMethod · 0.80

Tested by

no test coverage detected