Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dthread.c612 volatile int pending_jobs_count; member
769 tp->pending_jobs_count --; in opj_thread_pool_get_next_job()
771 if (tp->pending_jobs_count <= tp->signaling_threshold) { in opj_thread_pool_get_next_job()
856 while (tp->pending_jobs_count > tp->signaling_threshold) { in opj_thread_pool_submit_job()
864 tp->pending_jobs_count ++; in opj_thread_pool_submit_job()
906 while (tp->pending_jobs_count > max_remaining_jobs) { in opj_thread_pool_wait_completion()