OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opj_thread_create
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/third_party/libopenjpeg20/
thread.h
144
* @param user_data user data provided with
opj_thread_create
()
154
opj_thread_t*
opj_thread_create
(opj_thread_fn thread_fn, void* user_data);
210
* @param user_data user data provided with
opj_thread_create
()
thread.c
254
opj_thread_t*
opj_thread_create
(opj_thread_fn thread_fn, void* user_data)
function
396
opj_thread_t*
opj_thread_create
(opj_thread_fn thread_fn, void* user_data)
function
484
opj_thread_t*
opj_thread_create
(opj_thread_fn thread_fn, void* user_data)
function
723
tp->worker_threads[i].thread =
opj_thread_create
(opj_worker_thread_function,
Completed in 102 milliseconds