MCPcopy Create free account
hub / github.com/AlSch092/UltimateAntiCheat / JoinThread

Method JoinThread

Process/Thread.hpp:81–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 static bool IsThreadSuspended(DWORD tid);
80
81 void JoinThread() { if(t.joinable()) t.join(); } //since the copy assignment is deleted in std::thread we can't do std::thread getThreadObject()
82
83 HANDLE GetHandle() const { return this->handle; }
84 DWORD GetId() const { return this->Id; }

Callers 3

~AntiDebugMethod · 0.80
CleanupMethod · 0.80
CleanupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected