Searched refs:thread_number (Results 1 – 6 of 6) sorted by relevance
45 const size_t thread_number = thread->thread_number; in pthreadpool_thread_parallelize_1d_fastpath() local46 for (size_t tid = modulo_decrement(thread_number, threads_count); in pthreadpool_thread_parallelize_1d_fastpath()47 tid != thread_number; in pthreadpool_thread_parallelize_1d_fastpath()90 const size_t thread_number = thread->thread_number; in pthreadpool_thread_parallelize_1d_with_uarch_fastpath() local91 for (size_t tid = modulo_decrement(thread_number, threads_count); in pthreadpool_thread_parallelize_1d_with_uarch_fastpath()92 tid != thread_number; in pthreadpool_thread_parallelize_1d_with_uarch_fastpath()131 const size_t thread_number = thread->thread_number; in pthreadpool_thread_parallelize_1d_tile_1d_fastpath() local132 for (size_t tid = modulo_decrement(thread_number, threads_count); in pthreadpool_thread_parallelize_1d_tile_1d_fastpath()133 tid != thread_number; in pthreadpool_thread_parallelize_1d_tile_1d_fastpath()177 const size_t thread_number = thread->thread_number; in pthreadpool_thread_parallelize_2d_fastpath() local[all …]
46 const size_t thread_number = thread->thread_number; in thread_parallelize_1d() local48 for (size_t tid = modulo_decrement(thread_number, threads_count); in thread_parallelize_1d()49 tid != thread_number; in thread_parallelize_1d()86 const size_t thread_number = thread->thread_number; in thread_parallelize_1d_with_uarch() local88 for (size_t tid = modulo_decrement(thread_number, threads_count); in thread_parallelize_1d_with_uarch()89 tid != thread_number; in thread_parallelize_1d_with_uarch()122 const size_t thread_number = thread->thread_number; in thread_parallelize_1d_tile_1d() local124 for (size_t tid = modulo_decrement(thread_number, threads_count); in thread_parallelize_1d_tile_1d()125 tid != thread_number; in thread_parallelize_1d_tile_1d()163 const size_t thread_number = thread->thread_number; in thread_parallelize_2d() local[all …]
66 threadpool->threads[tid].thread_number = tid; in pthreadpool_create()
62 size_t thread_number; member
148 threadpool->threads[tid].thread_number = tid; in pthreadpool_create()
264 threadpool->threads[tid].thread_number = tid; in pthreadpool_create()