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

Function __hxcpp_mutex_release

src/hx/Thread.cpp:214–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 return mutex->tryAcquire();
213}
214void __hxcpp_mutex_release(Dynamic inMutex)
215{
216 auto mutex = inMutex.Cast<hx::thread::RecursiveMutex>();
217
218 mutex->release();
219}
220
221// --- Semaphore ------------------------------------------------------------
222

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected