Searched refs:opj_worker_thread_list_t (Results 1 – 1 of 1) sorted by relevance
599 struct opj_worker_thread_list_t { struct601 struct opj_worker_thread_list_t* next; argument603 typedef struct opj_worker_thread_list_t opj_worker_thread_list_t; typedef613 opj_worker_thread_list_t* waiting_worker_thread_list;791 opj_worker_thread_list_t* item; in opj_thread_pool_get_next_job()797 item = (opj_worker_thread_list_t*) opj_malloc(sizeof(opj_worker_thread_list_t)); in opj_thread_pool_get_next_job()866 opj_worker_thread_list_t* next; in opj_thread_pool_submit_job()867 opj_worker_thread_list_t* to_opj_free; in opj_thread_pool_submit_job()942 opj_worker_thread_list_t* next = tp->waiting_worker_thread_list->next; in opj_thread_pool_destroy()