MCPcopy 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

RunTaskMethod · 0.45
PostrunTaskMethod · 0.45
OnSubgraphDoneMethod · 0.45
GetDevExecutorByNameMethod · 0.45
GetDevExecutorNumMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected