Data Fields | |
| opj_worker_thread_t * | worker_threads |
| int | worker_threads_count |
| opj_cond_t * | cond |
| opj_mutex_t * | mutex |
| volatile opj_worker_thread_state | state |
| opj_job_list_t * | job_queue |
| volatile int | pending_jobs_count |
| opj_worker_thread_list_t * | waiting_worker_thread_list |
| int | waiting_worker_thread_count |
| opj_tls_t * | tls |
| int | signaling_threshold |
Referenced by opj_thread_pool_get_next_job(), and opj_thread_pool_submit_job().
| volatile int opj_thread_pool_t::pending_jobs_count |
Referenced by opj_thread_pool_get_next_job(), opj_thread_pool_submit_job(), and opj_thread_pool_wait_completion().
Referenced by opj_thread_pool_get_next_job(), opj_thread_pool_submit_job(), and opj_thread_pool_wait_completion().
Referenced by opj_thread_pool_create(), opj_thread_pool_destroy(), and opj_thread_pool_submit_job().
Referenced by opj_thread_pool_get_next_job(), opj_thread_pool_setup(), and opj_thread_pool_submit_job().
Referenced by opj_thread_pool_destroy(), opj_thread_pool_get_next_job(), and opj_thread_pool_submit_job().
Referenced by opj_thread_pool_destroy(), and opj_thread_pool_setup().
1.6.1