OpenJPEG  2.5.0
Data Fields
opj_thread_pool_t Struct Reference

Data Fields

opj_worker_thread_tworker_threads
 
int worker_threads_count
 
opj_cond_tcond
 
opj_mutex_tmutex
 
volatile opj_worker_thread_state state
 
opj_job_list_tjob_queue
 
volatile int pending_jobs_count
 
opj_worker_thread_list_twaiting_worker_thread_list
 
int waiting_worker_thread_count
 
opj_tls_ttls
 
int signaling_threshold
 

Field Documentation

◆ cond

opj_cond_t* opj_thread_pool_t::cond

◆ job_queue

opj_job_list_t* opj_thread_pool_t::job_queue

◆ mutex

opj_mutex_t* opj_thread_pool_t::mutex

◆ pending_jobs_count

volatile int opj_thread_pool_t::pending_jobs_count

◆ signaling_threshold

int opj_thread_pool_t::signaling_threshold

◆ state

volatile opj_worker_thread_state opj_thread_pool_t::state

◆ tls

opj_tls_t* opj_thread_pool_t::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

int opj_thread_pool_t::worker_threads_count

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