MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ThreadFunc

Method ThreadFunc

tensorflow/lite/experimental/ruy/thread_pool.cc:102–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 static void ThreadFunc(Thread* arg) { arg->ThreadFuncImpl(); }
103
104 // Called by the master thead to give this thread work to do.
105 void StartWork(Task* task) { ChangeState(State::HasWork, task); }

Callers

nothing calls this directly

Calls 1

ThreadFuncImplMethod · 0.80

Tested by

no test coverage detected