Home
last modified time | relevance | path

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

/external/libxml2/
Dthreads.c150 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
665 pthread_once(&once_control, xmlOnceInit); in xmlGetGlobalState()
795 pthread_once(&once_control, xmlOnceInit); in xmlIsMainThread()