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

Method lock

lib_acl_cpp/include/acl_cpp.cn/stdlib/tbox2.hpp:151–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149
150public:
151 void lock() {
152 if (!lock_.lock()) { abort(); }
153 }
154
155 void unlock() {
156 if (!lock_.unlock()) { abort(); }

Callers 2

pushMethod · 0.45
popMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected