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

Method Unlock

core/include/safe_object_manager.hpp:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 }
184
185 void Unlock(void)
186 {
187 my_mutex.unlock();
188 }
189
190private:
191 std::mutex my_mutex;

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected