Searched refs:chunk_per_thread (Results 1 – 1 of 1) sorted by relevance
68 int64_t chunk_per_thread; in determine_work_per_thread() local72 chunk_per_thread = rows_per_thread + 1; in determine_work_per_thread()73 *row_index_start = TID * chunk_per_thread; in determine_work_per_thread()74 *row_index_end = (TID + 1) * chunk_per_thread - 1; in determine_work_per_thread()78 chunk_per_thread = rows_per_thread; in determine_work_per_thread()80 + (TID - remainder_rows) * chunk_per_thread; in determine_work_per_thread()82 + (TID - remainder_rows) * chunk_per_thread in determine_work_per_thread()83 + chunk_per_thread - 1; in determine_work_per_thread()