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

/external/libxml2/include/libxml/
H A Dthreads.h65 xmlUnlockLibrary(void);
/external/libxml2/
H A Dthreads.c841 * xmlUnlockLibrary:
843 * xmlUnlockLibrary() is used to release a re-entrant lock on the libxml2
847 xmlUnlockLibrary(void) function
850 xmlGenericError(xmlGenericErrorContext, "xmlUnlockLibrary()\n");
H A Delfgcchack.h15003 #undef xmlUnlockLibrary macro
15004 extern __typeof (xmlUnlockLibrary) xmlUnlockLibrary __attribute((alias("xmlUnlockLibrary__internal_alias")));
15006 #ifndef xmlUnlockLibrary
15007 extern __typeof (xmlUnlockLibrary) xmlUnlockLibrary__internal_alias __attribute((visibility("hidden")));
15008 #define xmlUnlockLibrary xmlUnlockLibrary__internal_alias macro

Completed in 151 milliseconds