Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ lock
Method
lock
lib_acl_cpp/include/acl_cpp/stdlib/tbox.hpp:189–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
188
public:
189
void lock() {
190
if (! lock_.lock()) { abort(); }
191
}
192
193
void unlock() {
194
if (! lock_.unlock()) { abort(); }
Callers
4
push
Method · 0.45
pop
Method · 0.45
del
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected