HomeSort by relevance Sort by last modified time
    Searched refs:PauseWorkers (Results 1 - 3 of 3) sorted by null

  /external/stressapptest/src/
worker.h 57 // - Control thread periodically calls PauseWorkers(), effectively sleeps, and
104 void PauseWorkers();
108 // directly after PauseWorkers().
121 // when called after PauseWorkers().
126 // continue running. When called after PauseWorkers(), does not return until
134 // PauseWorkers() should never be used!
sat.cc     [all...]
worker.cc 146 void WorkerStatus::PauseWorkers() {
174 // PauseWorkers() can return.
199 // We need to obey PauseWorkers() just like ContinueRunning() would, so that
202 // Wait for the other workers to call this function so that PauseWorkers()
    [all...]

Completed in 65 milliseconds