xmlNewMutex      6155 third_party/libxml/src/elfgcchack.h #undef xmlNewMutex
xmlNewMutex      6156 third_party/libxml/src/elfgcchack.h extern __typeof (xmlNewMutex) xmlNewMutex __attribute((alias("xmlNewMutex__internal_alias")));
xmlNewMutex      6158 third_party/libxml/src/elfgcchack.h #ifndef xmlNewMutex
xmlNewMutex      6159 third_party/libxml/src/elfgcchack.h extern __typeof (xmlNewMutex) xmlNewMutex__internal_alias __attribute((visibility("hidden")));
xmlNewMutex      6160 third_party/libxml/src/elfgcchack.h #define xmlNewMutex xmlNewMutex__internal_alias
xmlNewMutex        50 third_party/libxml/src/globals.c         xmlThrDefMutex = xmlNewMutex();
xmlNewMutex        40 third_party/libxml/src/include/libxml/threads.h 			xmlNewMutex	(void);
xmlNewMutex       314 third_party/libxml/src/threads.c     if ((tok->lock = xmlNewMutex()) == NULL) {
xmlNewMutex       936 third_party/libxml/src/xmlmemory.c      xmlMemMutex = xmlNewMutex();
xmlNewMutex      2264 third_party/libxslt/libxslt/extensions.c         xsltExtMutex = xmlNewMutex();