Home
last modified time | relevance | path

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

/external/libxml2/
Dglobals.c40 static xmlMutexPtr xmlThrDefMutex = NULL; variable
49 if (xmlThrDefMutex == NULL) in xmlInitGlobals()
50 xmlThrDefMutex = xmlNewMutex(); in xmlInitGlobals()
60 if (xmlThrDefMutex != NULL) { in xmlCleanupGlobals()
61 xmlFreeMutex(xmlThrDefMutex); in xmlCleanupGlobals()
62 xmlThrDefMutex = NULL; in xmlCleanupGlobals()
516 if (xmlThrDefMutex == NULL) in xmlInitializeGlobalState()
519 xmlMutexLock(xmlThrDefMutex); in xmlInitializeGlobalState()
577 xmlMutexUnlock(xmlThrDefMutex); in xmlInitializeGlobalState()
586 xmlMutexLock(xmlThrDefMutex); in xmlThrDefSetGenericErrorFunc()
[all …]
DChangeLog10302 * globals.c: add xmlThrDefMutex = NULL in xmlCleanupGlobals()