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

Method Unlock

executor/include/graph_task.hpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 task_lock_.lock();
181 }
182 void Unlock(void)
183 {
184 task_lock_.unlock();
185 }
186
187 bool SetAttr(const char* name, const void* val, int size);
188 bool GetAttr(const char* name, void* val, int size);

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