Searched refs:worker_threads_count (Results 1 – 1 of 1) sorted by relevance
607 int worker_threads_count; member701 tp->worker_threads_count = num_threads; in opj_thread_pool_setup()708 tp->worker_threads_count = i; in opj_thread_pool_setup()716 tp->worker_threads_count = i; in opj_thread_pool_setup()728 tp->worker_threads_count = i; in opj_thread_pool_setup()737 while (tp->waiting_worker_thread_count < tp->worker_threads_count) { in opj_thread_pool_setup()797 assert(tp->waiting_worker_thread_count <= tp->worker_threads_count); in opj_thread_pool_get_next_job()855 tp->signaling_threshold = 100 * tp->worker_threads_count; in opj_thread_pool_submit_job()916 return tp->worker_threads_count; in opj_thread_pool_get_thread_count()932 for (i = 0; i < tp->worker_threads_count; i++) { in opj_thread_pool_destroy()