OpenJPEG 2.5.4
opj_thread_pool_t Struct Reference

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

Field Documentation

◆ cond

◆ job_queue

opj_job_list_t* opj_thread_pool_t::job_queue

◆ mutex

◆ pending_jobs_count

volatile int opj_thread_pool_t::pending_jobs_count

◆ signaling_threshold

int opj_thread_pool_t::signaling_threshold

◆ state

◆ tls

◆ waiting_worker_thread_count

int opj_thread_pool_t::waiting_worker_thread_count

◆ waiting_worker_thread_list

opj_worker_thread_list_t* opj_thread_pool_t::waiting_worker_thread_list

◆ worker_threads

opj_worker_thread_t* opj_thread_pool_t::worker_threads

◆ worker_threads_count


The documentation for this struct was generated from the following file: