Home
last modified time | relevance | path

Searched refs:ContinueRunning (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dworker.h130 bool ContinueRunning(bool *paused);
306 return worker_status_->ContinueRunning(paused);
H A Dworker.cc173 bool WorkerStatus::ContinueRunning(bool *paused) { in ContinueRunning() function in WorkerStatus