Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Run
Method · 0.45
SetGraphPerfStat
Method · 0.45
GetGraphPerfStat
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected