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()504 if (xmlThrDefMutex == NULL) in xmlInitializeGlobalState()507 xmlMutexLock(xmlThrDefMutex); in xmlInitializeGlobalState()565 xmlMutexUnlock(xmlThrDefMutex); in xmlInitializeGlobalState()574 xmlMutexLock(xmlThrDefMutex); in xmlThrDefSetGenericErrorFunc()[all …]
10302 * globals.c: add xmlThrDefMutex = NULL in xmlCleanupGlobals()