• Home
  • Raw
  • Download

Lines Matching refs:thread_info

32 static void thread_parallelize_1d(struct pthreadpool* threadpool, struct thread_info* thread) {  in thread_parallelize_1d()
52 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_1d()
63 static void thread_parallelize_1d_with_uarch(struct pthreadpool* threadpool, struct thread_info* th… in thread_parallelize_1d_with_uarch()
92 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_1d_with_uarch()
103 static void thread_parallelize_1d_tile_1d(struct pthreadpool* threadpool, struct thread_info* threa… in thread_parallelize_1d_tile_1d()
128 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_1d_tile_1d()
140 static void thread_parallelize_2d(struct pthreadpool* threadpool, struct thread_info* thread) { in thread_parallelize_2d()
169 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_2d()
181 static void thread_parallelize_2d_tile_1d(struct pthreadpool* threadpool, struct thread_info* threa… in thread_parallelize_2d_tile_1d()
213 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_2d_tile_1d()
226 static void thread_parallelize_2d_tile_2d(struct pthreadpool* threadpool, struct thread_info* threa… in thread_parallelize_2d_tile_2d()
260 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_2d_tile_2d()
274 …ead_parallelize_2d_tile_2d_with_uarch(struct pthreadpool* threadpool, struct thread_info* thread) { in thread_parallelize_2d_tile_2d_with_uarch()
317 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_2d_tile_2d_with_uarch()
331 static void thread_parallelize_3d(struct pthreadpool* threadpool, struct thread_info* thread) { in thread_parallelize_3d()
366 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_3d()
379 static void thread_parallelize_3d_tile_1d(struct pthreadpool* threadpool, struct thread_info* threa… in thread_parallelize_3d_tile_1d()
417 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_3d_tile_1d()
431 static void thread_parallelize_3d_tile_2d(struct pthreadpool* threadpool, struct thread_info* threa… in thread_parallelize_3d_tile_2d()
472 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_3d_tile_2d()
487 …ead_parallelize_3d_tile_2d_with_uarch(struct pthreadpool* threadpool, struct thread_info* thread) { in thread_parallelize_3d_tile_2d_with_uarch()
537 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_3d_tile_2d_with_uarch()
552 static void thread_parallelize_4d(struct pthreadpool* threadpool, struct thread_info* thread) { in thread_parallelize_4d()
594 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_4d()
608 static void thread_parallelize_4d_tile_1d(struct pthreadpool* threadpool, struct thread_info* threa… in thread_parallelize_4d_tile_1d()
653 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_4d_tile_1d()
668 static void thread_parallelize_4d_tile_2d(struct pthreadpool* threadpool, struct thread_info* threa… in thread_parallelize_4d_tile_2d()
715 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_4d_tile_2d()
731 …ead_parallelize_4d_tile_2d_with_uarch(struct pthreadpool* threadpool, struct thread_info* thread) { in thread_parallelize_4d_tile_2d_with_uarch()
787 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_4d_tile_2d_with_uarch()
803 static void thread_parallelize_5d(struct pthreadpool* threadpool, struct thread_info* thread) { in thread_parallelize_5d()
851 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_5d()
866 static void thread_parallelize_5d_tile_1d(struct pthreadpool* threadpool, struct thread_info* threa… in thread_parallelize_5d_tile_1d()
917 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_5d_tile_1d()
934 static void thread_parallelize_5d_tile_2d(struct pthreadpool* threadpool, struct thread_info* threa… in thread_parallelize_5d_tile_2d()
987 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_5d_tile_2d()
1005 static void thread_parallelize_6d(struct pthreadpool* threadpool, struct thread_info* thread) { in thread_parallelize_6d()
1060 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_6d()
1076 static void thread_parallelize_6d_tile_1d(struct pthreadpool* threadpool, struct thread_info* threa… in thread_parallelize_6d_tile_1d()
1134 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_6d_tile_1d()
1152 static void thread_parallelize_6d_tile_2d(struct pthreadpool* threadpool, struct thread_info* threa… in thread_parallelize_6d_tile_2d()
1212 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_6d_tile_2d()