Lines Matching defs:threadpool

24 size_t pthreadpool_get_threads_count(struct pthreadpool* threadpool) {  in pthreadpool_get_threads_count()
32 static void thread_parallelize_1d(struct pthreadpool* threadpool, struct thread_info* thread) { 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()
103 static void thread_parallelize_1d_tile_1d(struct pthreadpool* threadpool, struct thread_info* threa… in thread_parallelize_1d_tile_1d()
140 static void thread_parallelize_2d(struct pthreadpool* threadpool, struct thread_info* thread) { 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()
226 static void thread_parallelize_2d_tile_2d(struct pthreadpool* threadpool, struct thread_info* threa… in thread_parallelize_2d_tile_2d()
274 static void thread_parallelize_2d_tile_2d_with_uarch(struct pthreadpool* threadpool, struct thread_… 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()
379 static void thread_parallelize_3d_tile_1d(struct pthreadpool* threadpool, struct thread_info* threa… 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()
487 static void thread_parallelize_3d_tile_2d_with_uarch(struct pthreadpool* threadpool, struct thread_… 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()
608 static void thread_parallelize_4d_tile_1d(struct pthreadpool* threadpool, struct thread_info* threa… 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()
731 static void thread_parallelize_4d_tile_2d_with_uarch(struct pthreadpool* threadpool, struct thread_… 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()
866 static void thread_parallelize_5d_tile_1d(struct pthreadpool* threadpool, struct thread_info* threa… 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()
1005 static void thread_parallelize_6d(struct pthreadpool* threadpool, struct thread_info* thread) { 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()
1152 static void thread_parallelize_6d_tile_2d(struct pthreadpool* threadpool, struct thread_info* threa… in thread_parallelize_6d_tile_2d()
1232 struct pthreadpool* threadpool, in pthreadpool_parallelize_1d()
1267 pthreadpool_t threadpool, in pthreadpool_parallelize_1d_with_uarch()
1317 pthreadpool_t threadpool, in pthreadpool_parallelize_1d_tile_1d()
1358 pthreadpool_t threadpool, in pthreadpool_parallelize_2d()
1400 pthreadpool_t threadpool, in pthreadpool_parallelize_2d_tile_1d()
1446 pthreadpool_t threadpool, in pthreadpool_parallelize_2d_tile_2d()
1496 pthreadpool_t threadpool, in pthreadpool_parallelize_2d_tile_2d_with_uarch()
1559 pthreadpool_t threadpool, in pthreadpool_parallelize_3d()
1605 pthreadpool_t threadpool, in pthreadpool_parallelize_3d_tile_1d()
1655 pthreadpool_t threadpool, in pthreadpool_parallelize_3d_tile_2d()
1709 pthreadpool_t threadpool, in pthreadpool_parallelize_3d_tile_2d_with_uarch()
1776 pthreadpool_t threadpool, in pthreadpool_parallelize_4d()
1828 pthreadpool_t threadpool, in pthreadpool_parallelize_4d_tile_1d()
1884 pthreadpool_t threadpool, in pthreadpool_parallelize_4d_tile_2d()
1943 pthreadpool_t threadpool, in pthreadpool_parallelize_4d_tile_2d_with_uarch()
2015 pthreadpool_t threadpool, in pthreadpool_parallelize_5d()
2071 pthreadpool_t threadpool, in pthreadpool_parallelize_5d_tile_1d()
2131 pthreadpool_t threadpool, in pthreadpool_parallelize_5d_tile_2d()
2194 pthreadpool_t threadpool, in pthreadpool_parallelize_6d()
2254 pthreadpool_t threadpool, in pthreadpool_parallelize_6d_tile_1d()
2318 pthreadpool_t threadpool, in pthreadpool_parallelize_6d_tile_2d()