Searched refs:xmlCleanupThreads (Results 1 - 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
H A Dthreads.h71 xmlCleanupThreads(void);
/external/libxml2/
H A Dthreads.c894 * xmlCleanupThreads:
896 * xmlCleanupThreads() is used to to cleanup all the thread related
908 xmlCleanupThreads(void) function
911 xmlGenericError(xmlGenericErrorContext, "xmlCleanupThreads()\n");
H A Dlibxml2.syms844 xmlCleanupThreads;
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
H A Dparser.c14778 xmlCleanupThreads(); /* must be last if called not from the main thread */

Completed in 173 milliseconds