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

Method clean

src/hx/Thread.cpp:323–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321 #endif
322
323 static void clean(hx::Object *inObj)
324 {
325 hxLock *l = dynamic_cast<hxLock *>(inObj);
326 if (l)
327 {
328 l->mNotEmpty.Clean();
329 l->mAvailableLock.Clean();
330 }
331 }
332 bool Wait(double inTimeout)
333 {
334 double stop = 0;

Callers

nothing calls this directly

Calls 1

CleanMethod · 0.45

Tested by

no test coverage detected