OpenJPEG
2.2.0
|
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 |
opj_cond_t* opj_thread_pool_t::cond |
opj_job_list_t* opj_thread_pool_t::job_queue |
Referenced by opj_thread_pool_get_next_job(), and opj_thread_pool_submit_job().
opj_mutex_t* opj_thread_pool_t::mutex |
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().
int opj_thread_pool_t::signaling_threshold |
Referenced by opj_thread_pool_get_next_job(), opj_thread_pool_submit_job(), and opj_thread_pool_wait_completion().
volatile opj_worker_thread_state opj_thread_pool_t::state |
opj_tls_t* opj_thread_pool_t::tls |
Referenced by opj_thread_pool_create(), opj_thread_pool_destroy(), and opj_thread_pool_submit_job().
int opj_thread_pool_t::waiting_worker_thread_count |
Referenced by opj_thread_pool_get_next_job(), opj_thread_pool_setup(), and opj_thread_pool_submit_job().
opj_worker_thread_list_t* opj_thread_pool_t::waiting_worker_thread_list |
Referenced by opj_thread_pool_destroy(), opj_thread_pool_get_next_job(), and opj_thread_pool_submit_job().
opj_worker_thread_t* opj_thread_pool_t::worker_threads |
Referenced by opj_thread_pool_destroy(), and opj_thread_pool_setup().
int opj_thread_pool_t::worker_threads_count |