Searched refs:xmlThrDefMutex (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dglobals.c40 static xmlMutexPtr xmlThrDefMutex = NULL; variable
49 xmlThrDefMutex = xmlNewMutex();
59 if (xmlThrDefMutex != NULL) {
60 xmlFreeMutex(xmlThrDefMutex);
61 xmlThrDefMutex = NULL;
495 if (xmlThrDefMutex == NULL)
498 xmlMutexLock(xmlThrDefMutex);
555 xmlMutexUnlock(xmlThrDefMutex);
564 xmlMutexLock(xmlThrDefMutex);
570 xmlMutexUnlock(xmlThrDefMutex);
[all...]

Completed in 84 milliseconds