OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
136
//
PauseWorkers
() should never be used!
sat.cc
[
all
...]
worker.cc
161
void WorkerStatus::
PauseWorkers
() {
186
//
PauseWorkers
() can return.
207
// We need to obey
PauseWorkers
() just like ContinueRunning() would, so that
210
// Wait for the other workers to call this function so that
PauseWorkers
()
[
all
...]
Completed in 38 milliseconds