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

/external/libxml2/
H A Dthreads.c896 * xmlCleanupThreads:
898 * xmlCleanupThreads() is used to to cleanup all the thread related
910 xmlCleanupThreads(void) function
913 xmlGenericError(xmlGenericErrorContext, "xmlCleanupThreads()\n");
H A Delfgcchack.h2091 #undef xmlCleanupThreads macro
2092 extern __typeof (xmlCleanupThreads) xmlCleanupThreads __attribute((alias("xmlCleanupThreads__internal_alias")));
2094 #ifndef xmlCleanupThreads
2095 extern __typeof (xmlCleanupThreads) xmlCleanupThreads__internal_alias __attribute((visibility("hidden")));
2096 #define xmlCleanupThreads xmlCleanupThreads__internal_alias macro

Completed in 305 milliseconds