Lines Matching refs:thread_fn
219 opj_thread_fn thread_fn; member
229 thread->thread_fn(thread->user_data); in opj_thread_callback_adapter()
254 opj_thread_t* opj_thread_create(opj_thread_fn thread_fn, void* user_data) in opj_thread_create() argument
258 assert(thread_fn); in opj_thread_create()
264 thread->thread_fn = thread_fn; in opj_thread_create()
384 opj_thread_fn thread_fn; member
392 thread->thread_fn(thread->user_data); in opj_thread_callback_adapter()
396 opj_thread_t* opj_thread_create(opj_thread_fn thread_fn, void* user_data) in opj_thread_create() argument
401 assert(thread_fn); in opj_thread_create()
407 thread->thread_fn = thread_fn; in opj_thread_create()
484 opj_thread_t* opj_thread_create(opj_thread_fn thread_fn, void* user_data) in opj_thread_create() argument
486 (void) thread_fn; in opj_thread_create()