Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
bool hx::thread::RecursiveMutex_obj::tryAcquire()
33
{
34
return impl->mutex.try_lock();
35
}
Callers
3
__hxcpp_mutex_try
Function · 0.45
__hxcpp_semaphore_try_acquire
Function · 0.45
__hxcpp_condition_try_acquire
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected