Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gprofng/examples/mxv-pthreads/src/
H A Dworkload.c68 int64_t chunk_per_thread; in determine_work_per_thread() local
72 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()