Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
bool fiber_lock::lock()
17
{
18
acl_fiber_lock_lock(lock_);
19
return true;
20
}
21
22
bool fiber_lock::trylock()
23
{
Callers
14
main
Function · 0.45
main
Function · 0.45
consuming
Function · 0.45
test
Function · 0.45
run
Method · 0.45
run
Method · 0.45
run
Method · 0.45
run
Method · 0.45
main
Function · 0.45
statusToJson
Method · 0.45
statusToXml
Method · 0.45
set_status
Method · 0.45
Calls
1
acl_fiber_lock_lock
Function · 0.85
Tested by
no test coverage detected