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

  /external/pdfium/third_party/libopenjpeg20/
thread.h 141 typedef struct opj_thread_t opj_thread_t; typedef in typeref:struct:opj_thread_t
154 opj_thread_t* opj_thread_create(opj_thread_fn thread_fn, void* user_data);
160 void opj_thread_join(opj_thread_t* thread);
thread.c 218 struct opj_thread_t { struct
226 opj_thread_t* thread = (opj_thread_t*) info;
254 opj_thread_t* opj_thread_create(opj_thread_fn thread_fn, void* user_data)
256 opj_thread_t* thread;
260 thread = (opj_thread_t*) opj_malloc(sizeof(opj_thread_t));
277 void opj_thread_join(opj_thread_t* thread)
383 struct opj_thread_t { struct
391 opj_thread_t* thread = (opj_thread_t*) info
    [all...]

Completed in 83 milliseconds