OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContinueRunning
(Results
1 - 2
of
2
) sorted by null
/external/stressapptest/src/
worker.h
56
// - Every worker thread frequently calls
ContinueRunning
().
60
// call RemoveSelf() after their last call to
ContinueRunning
().
68
// -
ContinueRunning
() may be called concurrently by different workers, but not
101
// until all workers have called
ContinueRunning
() or RemoveSelf(). May only
130
bool
ContinueRunning
();
134
// This is a hack! It's like
ContinueRunning
(), except it won't pause. If
135
// any worker threads use this exclusively in place of
ContinueRunning
() then
307
virtual bool IsReadyToRun() { return worker_status_->
ContinueRunning
(); }
worker.cc
176
bool WorkerStatus::
ContinueRunning
() {
207
// We need to obey PauseWorkers() just like
ContinueRunning
() would, so that
219
//
ContinueRunning
() to wait on this one. Using a separate lock avoids that.
[
all
...]
Completed in 444 milliseconds