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

Method release

src/hx/thread/RecursiveMutex.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void hx::thread::RecursiveMutex_obj::release()
28{
29 impl->mutex.unlock();
30}
31
32bool hx::thread::RecursiveMutex_obj::tryAcquire()
33{

Callers 6

__hxcpp_mutex_releaseFunction · 0.45
createMethod · 0.45
createMethod · 0.45
runFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected