Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dthread.c111 static volatile int TLSKeyInit = OPJ_FALSE; variable
129 if (!TLSKeyInit) { in opj_cond_create()
131 TLSKeyInit = OPJ_TRUE; in opj_cond_create()
238 if (TLSKeyInit) { in opj_thread_callback_adapter()