Home
last modified time | relevance | path

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

/external/pthreadpool/src/
Dfastpath.c45 const size_t thread_number = thread->thread_number; in pthreadpool_thread_parallelize_1d_fastpath() local
46 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() local
91 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() local
132 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 …]
Dportable-api.c46 const size_t thread_number = thread->thread_number; in thread_parallelize_1d() local
48 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() local
88 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() local
124 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 …]
Dgcd.c66 threadpool->threads[tid].thread_number = tid; in pthreadpool_create()
Dthreadpool-object.h62 size_t thread_number; member
Dwindows.c148 threadpool->threads[tid].thread_number = tid; in pthreadpool_create()
Dpthreads.c264 threadpool->threads[tid].thread_number = tid; in pthreadpool_create()