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

Method Lock

core/include/graph.hpp:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 return layout_;
185 }
186 void Lock(void)
187 {
188 graph_lock_.lock();
189 }
190 void Unlock(void)
191 {
192 graph_lock_.unlock();

Callers 3

RunMethod · 0.45
SetGraphPerfStatMethod · 0.45
GetGraphPerfStatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected