MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / Clean

Method Clean

include/hx/Thread.h:194–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 }
193 void Reset() { ResetEvent(mSemaphore); }
194 void Clean() { if (mSemaphore) CloseHandle(mSemaphore); mSemaphore = 0; }
195
196 HANDLE mSemaphore;
197};

Callers

nothing calls this directly

Calls 1

CleanMethod · 0.45

Tested by

no test coverage detected