Searched refs:xmlThrDefMutex (Results 1 – 2 of 2) sorted by relevance
40 static xmlMutexPtr xmlThrDefMutex = NULL; variable49 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 …]
10302 * globals.c: add xmlThrDefMutex = NULL in xmlCleanupGlobals()