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

Method lock

lib_fiber/cpp/src/fiber_lock.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16bool fiber_lock::lock()
17{
18 acl_fiber_lock_lock(lock_);
19 return true;
20}
21
22bool fiber_lock::trylock()
23{

Callers 14

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

Calls 1

acl_fiber_lock_lockFunction · 0.85

Tested by

no test coverage detected