Searched defs:xmlUnlockLibrary (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dthreads.c790 * xmlUnlockLibrary:
792 * xmlUnlockLibrary() is used to release a re-entrant lock on the libxml2
796 xmlUnlockLibrary(void) function
799 xmlGenericError(xmlGenericErrorContext, "xmlUnlockLibrary()\n");
H A Delfgcchack.h14899 #undef xmlUnlockLibrary macro
14900 extern __typeof (xmlUnlockLibrary) xmlUnlockLibrary __attribute((alias("xmlUnlockLibrary__internal_alias")));
14902 #ifndef xmlUnlockLibrary
14903 extern __typeof (xmlUnlockLibrary) xmlUnlockLibrary__internal_alias __attribute((visibility("hidden")));
14904 #define xmlUnlockLibrary xmlUnlockLibrary__internal_alias macro

Completed in 704 milliseconds