Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.cc447 bool first_iter = true; in RunEmptyCheckpoint() local
461 size_t barrier_count = first_iter ? count : 0; in RunEmptyCheckpoint()
462 first_iter = false; // Don't add to the barrier count from the second iteration on. in RunEmptyCheckpoint()