OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsReadyToRun
(Results
1 - 2
of
2
) sorted by null
/external/stressapptest/src/
worker.cc
393
} while (
IsReadyToRun
());
546
while (
IsReadyToRun
() && (loops < num_pages_to_fill_)) {
[
all
...]
worker.h
306
// } while (
IsReadyToRun
());
307
virtual bool
IsReadyToRun
() { return worker_status_->ContinueRunning(); }
310
// Like
IsReadyToRun
(), except it won't pause.
Completed in 42 milliseconds