OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StopWorkers
(Results
1 - 8
of
8
) sorted by null
/art/runtime/
thread_pool_test.cc
90
thread_pool.
StopWorkers
(self);
102
thread_pool.
StopWorkers
(self);
thread_pool.h
75
void
StopWorkers
(Thread* self);
monitor_test.cc
352
thread_pool.
StopWorkers
(self);
thread_pool.cc
127
void ThreadPool::
StopWorkers
(Thread* self) {
/art/runtime/gc/collector/
mark_sweep.cc
794
thread_pool->
StopWorkers
(self);
[
all
...]
/external/stressapptest/src/
sat.cc
[
all
...]
worker.h
59
// - Some worker threads may exit early, before
StopWorkers
() is called. They
61
// - Control thread eventually calls
StopWorkers
().
113
void
StopWorkers
();
127
// ResumeWorkers() or
StopWorkers
() has been called. Number of distinct
worker.cc
171
void WorkerStatus::
StopWorkers
() {
[
all
...]
Completed in 219 milliseconds