Home
last modified time | relevance | path

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

/external/libxml2/
Ddict.c107 static xmlRMutexPtr xmlDictMutex = NULL; variable
125 if ((xmlDictMutex = xmlNewRMutex()) == NULL) in xmlInitializeDict()
142 xmlFreeRMutex(xmlDictMutex); in xmlDictCleanup()
510 xmlRMutexLock(xmlDictMutex); in xmlDictReference()
512 xmlRMutexUnlock(xmlDictMutex); in xmlDictReference()
674 xmlRMutexLock(xmlDictMutex); in xmlDictFree()
677 xmlRMutexUnlock(xmlDictMutex); in xmlDictFree()
681 xmlRMutexUnlock(xmlDictMutex); in xmlDictFree()