Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ Lock
Method
Lock
executor/include/graph_task.hpp:178–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
}
177
178
void Lock(void)
179
{
180
task_lock_.lock();
181
}
182
void Unlock(void)
183
{
184
task_lock_.unlock();
Callers
5
RunTask
Method · 0.45
PostrunTask
Method · 0.45
OnSubgraphDone
Method · 0.45
GetDevExecutorByName
Method · 0.45
GetDevExecutorNum
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected