Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dthread.c581 int marked_as_waiting; member
721 tp->worker_threads[i].marked_as_waiting = OPJ_FALSE; in opj_thread_pool_setup()
790 if (!worker_thread->marked_as_waiting) { in opj_thread_pool_get_next_job()
793 worker_thread->marked_as_waiting = OPJ_TRUE; in opj_thread_pool_get_next_job()
871 assert(worker_thread->marked_as_waiting); in opj_thread_pool_submit_job()
872 worker_thread->marked_as_waiting = OPJ_FALSE; in opj_thread_pool_submit_job()