Searched refs:thread_size (Results 1 – 1 of 1) sorted by relevance
155 int thread_size = size / state.threads; in BM_ParallelMemset() local156 int from = thread_size * state.thread_index; in BM_ParallelMemset()157 int to = from + thread_size; in BM_ParallelMemset()