Searched refs:pending_jobs_count (Results 1 – 1 of 1) sorted by relevance
612 volatile int pending_jobs_count; member767 tp->pending_jobs_count --; in opj_thread_pool_get_next_job()769 if (tp->pending_jobs_count <= tp->signaling_threshold) { in opj_thread_pool_get_next_job()854 while (tp->pending_jobs_count > tp->signaling_threshold) { in opj_thread_pool_submit_job()862 tp->pending_jobs_count ++; in opj_thread_pool_submit_job()904 while (tp->pending_jobs_count > max_remaining_jobs) { in opj_thread_pool_wait_completion()