Lines Matching refs:xmlMemMutex
55 static xmlMutexPtr xmlMemMutex = NULL; variable
187 xmlMutexLock(xmlMemMutex); in xmlMallocLoc()
195 xmlMutexUnlock(xmlMemMutex); in xmlMallocLoc()
256 xmlMutexLock(xmlMemMutex); in xmlMallocAtomicLoc()
264 xmlMutexUnlock(xmlMemMutex); in xmlMallocAtomicLoc()
336 xmlMutexLock(xmlMemMutex); in xmlReallocLoc()
345 xmlMutexUnlock(xmlMemMutex); in xmlReallocLoc()
364 xmlMutexLock(xmlMemMutex); in xmlReallocLoc()
371 xmlMutexUnlock(xmlMemMutex); in xmlReallocLoc()
442 xmlMutexLock(xmlMemMutex); in xmlMemFree()
451 xmlMutexUnlock(xmlMemMutex); in xmlMemFree()
501 xmlMutexLock(xmlMemMutex); in xmlMemStrdupLoc()
509 xmlMutexUnlock(xmlMemMutex); in xmlMemStrdupLoc()
668 xmlMutexLock(xmlMemMutex); in xmlMemDisplayLast()
681 xmlMutexUnlock(xmlMemMutex); in xmlMemDisplayLast()
699 xmlMutexUnlock(xmlMemMutex); in xmlMemDisplayLast()
749 xmlMutexLock(xmlMemMutex); in xmlMemDisplay()
762 xmlMutexUnlock(xmlMemMutex); in xmlMemDisplay()
779 xmlMutexUnlock(xmlMemMutex); in xmlMemDisplay()
856 xmlMutexLock(xmlMemMutex); in xmlMemShow()
880 xmlMutexUnlock(xmlMemMutex); in xmlMemShow()
939 xmlMemMutex = xmlNewMutex(); in xmlInitMemory()
976 xmlFreeMutex(xmlMemMutex); in xmlCleanupMemory()
977 xmlMemMutex = NULL; in xmlCleanupMemory()