MCPcopy Create free account
hub / github.com/OAID/Tengine / Lock

Method Lock

core/include/safe_object_manager.hpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 ~SimpleObjectManagerWithLock() {}
179
180 void Lock(void)
181 {
182 my_mutex.lock();
183 }
184
185 void Unlock(void)
186 {

Callers 7

SafeFindMethod · 0.45
SafeGetMethod · 0.45
SafeAddMethod · 0.45
SafeReplaceMethod · 0.45
SafeRemoveMethod · 0.45
SafeRemoveOnlyMethod · 0.45
GetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected