Home
last modified time | relevance | path

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

/external/stressapptest/src/
Dworker.h130 bool ContinueRunning(bool *paused);
306 return worker_status_->ContinueRunning(paused);
Dworker.cc161 bool WorkerStatus::ContinueRunning(bool *paused) { in ContinueRunning() function in WorkerStatus