OpenJPEG  2.4.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

opj_cond_t* opj_thread_pool_t::cond
opj_job_list_t* opj_thread_pool_t::job_queue
opj_mutex_t* opj_thread_pool_t::mutex
volatile int opj_thread_pool_t::pending_jobs_count
int opj_thread_pool_t::signaling_threshold
volatile opj_worker_thread_state opj_thread_pool_t::state
opj_tls_t* opj_thread_pool_t::tls
int opj_thread_pool_t::waiting_worker_thread_count
opj_worker_thread_list_t* opj_thread_pool_t::waiting_worker_thread_list
opj_worker_thread_t* opj_thread_pool_t::worker_threads
int opj_thread_pool_t::worker_threads_count

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