MCPcopy 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
20void hx::thread::RecursiveMutex_obj::acquire()
21{
22 hx::AutoGCFreeZone zone;
23
24 impl->mutex.lock();
25}
26
27void hx::thread::RecursiveMutex_obj::release()
28{

Callers 4

__hxcpp_mutex_acquireFunction · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected