MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / start

Method start

src/runtime/CPP/CPPScheduler.cpp:235–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void Thread::start()
236{
237 {
238 std::lock_guard<std::mutex> lock(_m);
239 _wait_for_work = true;
240 _job_complete = false;
241 }
242 _cv.notify_one();
243}
244
245std::exception_ptr Thread::wait()
246{

Callers 15

configureMethod · 0.45
configureMethod · 0.45
run_opMethod · 0.45
configureMethod · 0.45
run_opMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected