Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlmemory.c55 static xmlMutexPtr xmlMemMutex = NULL; variable
195 xmlMutexLock(xmlMemMutex); in xmlMallocLoc()
203 xmlMutexUnlock(xmlMemMutex); in xmlMallocLoc()
271 xmlMutexLock(xmlMemMutex); in xmlMallocAtomicLoc()
279 xmlMutexUnlock(xmlMemMutex); in xmlMallocAtomicLoc()
351 xmlMutexLock(xmlMemMutex); in xmlReallocLoc()
360 xmlMutexUnlock(xmlMemMutex); in xmlReallocLoc()
388 xmlMutexLock(xmlMemMutex); in xmlReallocLoc()
395 xmlMutexUnlock(xmlMemMutex); in xmlReallocLoc()
466 xmlMutexLock(xmlMemMutex); in xmlMemFree()
[all …]