Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dthread.c218 struct opj_thread_t { struct
226 opj_thread_t* thread = (opj_thread_t*) info; in opj_thread_callback_adapter() argument
254 opj_thread_t* opj_thread_create(opj_thread_fn thread_fn, void* user_data) in opj_thread_create()
256 opj_thread_t* thread; in opj_thread_create()
260 thread = (opj_thread_t*) opj_malloc(sizeof(opj_thread_t)); in opj_thread_create()
277 void opj_thread_join(opj_thread_t* thread) in opj_thread_join()
383 struct opj_thread_t { struct
391 opj_thread_t* thread = (opj_thread_t*) info; in opj_thread_callback_adapter() argument
396 opj_thread_t* opj_thread_create(opj_thread_fn thread_fn, void* user_data) in opj_thread_create()
399 opj_thread_t* thread; in opj_thread_create()
[all …]
Dthread.h141 typedef struct opj_thread_t opj_thread_t; typedef
154 opj_thread_t* opj_thread_create(opj_thread_fn thread_fn, void* user_data);
160 void opj_thread_join(opj_thread_t* thread);