Searched refs:signaling_threshold (Results 1 – 1 of 1) sorted by relevance
616 int signaling_threshold; member771 if (tp->pending_jobs_count <= tp->signaling_threshold) { in opj_thread_pool_get_next_job()855 tp->signaling_threshold = 100 * tp->worker_threads_count; in opj_thread_pool_submit_job()856 while (tp->pending_jobs_count > tp->signaling_threshold) { in opj_thread_pool_submit_job()905 tp->signaling_threshold = max_remaining_jobs; in opj_thread_pool_wait_completion()