Lines Matching refs:other_thread
50 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_1d_fastpath() local
51 …while (pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_length) < range_threshold) { in pthreadpool_thread_parallelize_1d_fastpath()
52 const size_t index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_1d_fastpath()
95 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_1d_with_uarch_fastpath() local
96 …while (pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_length) < range_threshold) { in pthreadpool_thread_parallelize_1d_with_uarch_fastpath()
97 const size_t index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_1d_with_uarch_fastpath()
136 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_1d_tile_1d_fastpath() local
137 …while (pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_length) < range_threshold) { in pthreadpool_thread_parallelize_1d_tile_1d_fastpath()
138 const size_t tile_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_1d_tile_1d_fastpath()
182 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_2d_fastpath() local
183 …while (pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_length) < range_threshold) { in pthreadpool_thread_parallelize_2d_fastpath()
184 const size_t linear_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_2d_fastpath()
231 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_2d_tile_1d_fastpath() local
232 …while (pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_length) < range_threshold) { in pthreadpool_thread_parallelize_2d_tile_1d_fastpath()
233 const size_t linear_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_2d_tile_1d_fastpath()
283 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_2d_tile_2d_fastpath() local
284 …while (pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_length) < range_threshold) { in pthreadpool_thread_parallelize_2d_tile_2d_fastpath()
285 const size_t linear_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_2d_tile_2d_fastpath()
345 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_2d_tile_2d_with_uarch_fastpath() local
346 …while (pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_length) < range_threshold) { in pthreadpool_thread_parallelize_2d_tile_2d_with_uarch_fastpath()
347 const size_t linear_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_2d_tile_2d_with_uarch_fastpath()
399 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_3d_fastpath() local
400 …while (pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_length) < range_threshold) { in pthreadpool_thread_parallelize_3d_fastpath()
401 const size_t linear_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_3d_fastpath()
455 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_3d_tile_1d_fastpath() local
456 …while (pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_length) < range_threshold) { in pthreadpool_thread_parallelize_3d_tile_1d_fastpath()
457 const size_t linear_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_3d_tile_1d_fastpath()
515 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_3d_tile_2d_fastpath() local
516 …while (pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_length) < range_threshold) { in pthreadpool_thread_parallelize_3d_tile_2d_fastpath()
517 const size_t linear_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_3d_tile_2d_fastpath()
585 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_3d_tile_2d_with_uarch_fastpath() local
586 …while (pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_length) < range_threshold) { in pthreadpool_thread_parallelize_3d_tile_2d_with_uarch_fastpath()
587 const size_t linear_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_3d_tile_2d_with_uarch_fastpath()
647 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_4d_fastpath() local
648 …while (pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_length) < range_threshold) { in pthreadpool_thread_parallelize_4d_fastpath()
649 const size_t linear_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_4d_fastpath()
711 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_4d_tile_1d_fastpath() local
712 …while (pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_length) < range_threshold) { in pthreadpool_thread_parallelize_4d_tile_1d_fastpath()
713 const size_t linear_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_4d_tile_1d_fastpath()
778 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_4d_tile_2d_fastpath() local
779 …while (pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_length) < range_threshold) { in pthreadpool_thread_parallelize_4d_tile_2d_fastpath()
780 const size_t linear_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_4d_tile_2d_fastpath()
855 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_4d_tile_2d_with_uarch_fastpath() local
856 …while (pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_length) < range_threshold) { in pthreadpool_thread_parallelize_4d_tile_2d_with_uarch_fastpath()
857 const size_t linear_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_4d_tile_2d_with_uarch_fastpath()
924 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_5d_fastpath() local
925 …while (pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_length) < range_threshold) { in pthreadpool_thread_parallelize_5d_fastpath()
926 const size_t linear_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_5d_fastpath()
995 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_5d_tile_1d_fastpath() local
996 …while (pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_length) < range_threshold) { in pthreadpool_thread_parallelize_5d_tile_1d_fastpath()
997 const size_t linear_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_5d_tile_1d_fastpath()
1070 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_5d_tile_2d_fastpath() local
1071 …while (pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_length) < range_threshold) { in pthreadpool_thread_parallelize_5d_tile_2d_fastpath()
1072 const size_t linear_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_5d_tile_2d_fastpath()
1148 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_6d_fastpath() local
1149 …while (pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_length) < range_threshold) { in pthreadpool_thread_parallelize_6d_fastpath()
1150 const size_t linear_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_6d_fastpath()
1227 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_6d_tile_1d_fastpath() local
1228 …while (pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_length) < range_threshold) { in pthreadpool_thread_parallelize_6d_tile_1d_fastpath()
1229 const size_t linear_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_6d_tile_1d_fastpath()
1310 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_6d_tile_2d_fastpath() local
1311 …while (pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_length) < range_threshold) { in pthreadpool_thread_parallelize_6d_tile_2d_fastpath()
1312 const size_t linear_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_6d_tile_2d_fastpath()