Home
last modified time | relevance | path

Searched refs:opj_worker_thread_list_t (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dthread.c599 struct opj_worker_thread_list_t { struct
601 struct opj_worker_thread_list_t* next; argument
603 typedef struct opj_worker_thread_list_t opj_worker_thread_list_t; typedef
613 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()