Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ acquire
Method
acquire
src/hx/thread/RecursiveMutex.cpp:20–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
void hx::thread::RecursiveMutex_obj::acquire()
21
{
22
hx::AutoGCFreeZone zone;
23
24
impl->mutex.lock();
25
}
26
27
void hx::thread::RecursiveMutex_obj::release()
28
{
Callers
4
__hxcpp_mutex_acquire
Function · 0.45
__hxcpp_semaphore_acquire
Function · 0.45
__hxcpp_condition_acquire
Function · 0.45
create
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected