MCPcopy Create free account
hub / github.com/T-Troll/alienfx-tools / Stop

Method Stop

Common/ThreadHelper.cpp:20–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void ThreadHelper::Stop()
21{
22 if (tHandle) {
23 SetEvent(tEvent);
24 WaitForSingleObject(tHandle, delay << 2);
25 CloseHandle(tHandle);
26 tHandle = NULL;
27 }
28}
29
30void ThreadHelper::Start()
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected