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

Method lock

lib_acl_cpp/include/acl_cpp.cn/stdlib/tbox.hpp:180–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178
179public:
180 void lock() {
181 if (! lock_.lock()) { abort(); }
182 }
183
184 void unlock() {
185 if (! lock_.unlock()) { abort(); }

Callers 4

pushMethod · 0.45
popMethod · 0.45
delMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected