Searched refs:size_slot (Results 1 – 1 of 1) sorted by relevance
147 int size_slot = thread_id % (array_length (sizes) + 1); in inner_thread() local148 bool switch_sizes = size_slot == array_length (sizes); in inner_thread()150 size_slot = 0; in inner_thread()157 place->size = sizes[size_slot]; in inner_thread()163 size_slot = (size_slot + 1) % array_length (sizes); in inner_thread()