Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
void hx::thread::RecursiveMutex_obj::release()
28
{
29
impl->mutex.unlock();
30
}
31
32
bool hx::thread::RecursiveMutex_obj::tryAcquire()
33
{
Callers
6
__hxcpp_mutex_release
Function · 0.45
__hxcpp_semaphore_release
Function · 0.45
__hxcpp_condition_release
Function · 0.45
create
Method · 0.45
create
Method · 0.45
run
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected