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

/art/runtime/
H A Dthread_list.cc445 bool first_iter = true; local
459 size_t barrier_count = first_iter ? count : 0;
460 first_iter = false; // Don't add to the barrier count from the second iteration on.

Completed in 200 milliseconds