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

Function __hxcpp_lock_release

src/hx/Thread.cpp:391–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389 return lock->Wait(inTime);
390}
391void __hxcpp_lock_release(Dynamic inlock)
392{
393 hxLock *lock = dynamic_cast<hxLock *>(inlock.mPtr);
394 if (!lock)
395 throw HX_INVALID_OBJECT;
396 lock->Release();
397}
398
399
400int __hxcpp_GetCurrentThreadNumber()

Callers

nothing calls this directly

Calls 1

ReleaseMethod · 0.45

Tested by

no test coverage detected