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

/external/libxml2/
H A Dthreads.c897 * xmlCleanupThreads:
899 * xmlCleanupThreads() is used to to cleanup all the thread related
911 xmlCleanupThreads(void) function
914 xmlGenericError(xmlGenericErrorContext, "xmlCleanupThreads()\n");
H A Delfgcchack.h2163 #undef xmlCleanupThreads macro
2164 extern __typeof (xmlCleanupThreads) xmlCleanupThreads __attribute((alias("xmlCleanupThreads__internal_alias")));
2166 #ifndef xmlCleanupThreads
2167 extern __typeof (xmlCleanupThreads) xmlCleanupThreads__internal_alias __attribute((visibility("hidden")));
2168 #define xmlCleanupThreads xmlCleanupThreads__internal_alias macro

Completed in 160 milliseconds