Searched refs:opj_thread_t (Results 1 – 2 of 2) sorted by relevance
218 struct opj_thread_t { struct226 opj_thread_t* thread = (opj_thread_t*) info; in opj_thread_callback_adapter() argument254 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 { struct391 opj_thread_t* thread = (opj_thread_t*) info; in opj_thread_callback_adapter() argument396 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 …]
141 typedef struct opj_thread_t opj_thread_t; typedef154 opj_thread_t* opj_thread_create(opj_thread_fn thread_fn, void* user_data);160 void opj_thread_join(opj_thread_t* thread);