Home
last modified time | relevance | path

Searched refs:thread_pool_counter_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dmark_compact.h854 uint8_t thread_pool_counter_; variable
Dmark_compact.cc472 thread_pool_counter_(0), in MarkCompact()
1159 thread_pool_counter_ = num_threads; in PrepareForCompaction()
3468 uint8_t ret = thread_pool_counter_--; in ConcurrentCompaction()
4200 } while (thread_pool_counter_ > 0); in CompactionPhase()