HomeSort by relevance Sort by last modified time
    Searched defs:opj_thread_pool_t (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
thread.h 195 typedef struct opj_thread_pool_t opj_thread_pool_t; typedef in typeref:struct:opj_thread_pool_t
207 opj_thread_pool_t* opj_thread_pool_create(int num_threads);
225 OPJ_BOOL opj_thread_pool_submit_job(opj_thread_pool_t* tp, opj_job_fn job_fn,
237 void opj_thread_pool_wait_completion(opj_thread_pool_t* tp,
245 int opj_thread_pool_get_thread_count(opj_thread_pool_t* tp);
250 void opj_thread_pool_destroy(opj_thread_pool_t* tp);
thread.c 579 opj_thread_pool_t *tp;
605 struct opj_thread_pool_t { struct
619 static OPJ_BOOL opj_thread_pool_setup(opj_thread_pool_t* tp, int num_threads);
621 opj_thread_pool_t* tp,
625 opj_thread_pool_t* opj_thread_pool_create(int num_threads)
627 opj_thread_pool_t* tp;
629 tp = (opj_thread_pool_t*) opj_calloc(1, sizeof(opj_thread_pool_t));
659 opj_thread_pool_t* tp;
684 static OPJ_BOOL opj_thread_pool_setup(opj_thread_pool_t* tp, int num_threads
    [all...]

Completed in 401 milliseconds