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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dthreads.h71 xmlCleanupThreads(void);
/vbox/src/libs/libxml2-2.6.31/
H A Dthreads.c845 * xmlCleanupThreads:
847 * xmlCleanupThreads() is used to to cleanup all the thread related
851 xmlCleanupThreads(void) function
854 xmlGenericError(xmlGenericErrorContext, "xmlCleanupThreads()\n");
H A Delfgcchack.h2079 #undef xmlCleanupThreads macro
2080 extern __typeof (xmlCleanupThreads) xmlCleanupThreads __attribute((alias("xmlCleanupThreads__internal_alias")));
2082 #ifndef xmlCleanupThreads
2083 extern __typeof (xmlCleanupThreads) xmlCleanupThreads__internal_alias __attribute((visibility("hidden")));
2084 #define xmlCleanupThreads xmlCleanupThreads__internal_alias macro
H A Dparser.c13239 xmlCleanupThreads(); /* must be last if called not from the main thread */

Completed in 128 milliseconds