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

Method tryAcquire

src/hx/thread/RecursiveMutex.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32bool hx::thread::RecursiveMutex_obj::tryAcquire()
33{
34 return impl->mutex.try_lock();
35}

Callers 3

__hxcpp_mutex_tryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected