Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dthreads.h55 xmlFreeRMutex (xmlRMutexPtr tok);
/external/libxml2/
Dthreads.c333 xmlFreeRMutex(xmlRMutexPtr tok ATTRIBUTE_UNUSED) in xmlFreeRMutex() function
Ddict.c142 xmlFreeRMutex(xmlDictMutex); in xmlDictCleanup()
Delfgcchack.h3695 #undef xmlFreeRMutex
3696 extern __typeof (xmlFreeRMutex) xmlFreeRMutex __attribute((alias("xmlFreeRMutex__internal_alias")));
3698 #ifndef xmlFreeRMutex
3699 extern __typeof (xmlFreeRMutex) xmlFreeRMutex__internal_alias __attribute((visibility("hidden")));
3700 #define xmlFreeRMutex xmlFreeRMutex__internal_alias macro
Dcatalog.c3294 xmlFreeRMutex(xmlCatalogMutex); in xmlCatalogCleanup()