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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dglobals.c40 static xmlMutexPtr xmlThrDefMutex = NULL; variable
49 xmlThrDefMutex = xmlNewMutex();
59 if (xmlThrDefMutex != NULL) {
60 xmlFreeMutex(xmlThrDefMutex);
61 xmlThrDefMutex = NULL;
494 if (xmlThrDefMutex == NULL)
497 xmlMutexLock(xmlThrDefMutex);
554 xmlMutexUnlock(xmlThrDefMutex);
563 xmlMutexLock(xmlThrDefMutex);
569 xmlMutexUnlock(xmlThrDefMutex);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dglobals.c40 static xmlMutexPtr xmlThrDefMutex = NULL; variable
49 xmlThrDefMutex = xmlNewMutex();
59 if (xmlThrDefMutex != NULL) {
60 xmlFreeMutex(xmlThrDefMutex);
61 xmlThrDefMutex = NULL;
494 if (xmlThrDefMutex == NULL)
497 xmlMutexLock(xmlThrDefMutex);
554 xmlMutexUnlock(xmlThrDefMutex);
563 xmlMutexLock(xmlThrDefMutex);
569 xmlMutexUnlock(xmlThrDefMutex);
[all...]

Completed in 85 milliseconds