MCPcopy Create free account
hub / github.com/acl-dev/acl / unlock

Method unlock

lib_fiber/cpp/src/fiber_lock.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27bool fiber_lock::unlock()
28{
29 acl_fiber_lock_unlock(lock_);
30 return true;
31}
32
33//////////////////////////////////////////////////////////////////////////////
34

Callers 15

mainFunction · 0.45
mainFunction · 0.45
consumingFunction · 0.45
testFunction · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
mainFunction · 0.45
runMethod · 0.45
buildStatusMethod · 0.45
statusToJsonMethod · 0.45
statusToXmlMethod · 0.45

Calls 1

acl_fiber_lock_unlockFunction · 0.85

Tested by

no test coverage detected