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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dthreads.h71 xmlCleanupThreads(void);
/external/libxml2/include/libxml/
H A Dthreads.h71 xmlCleanupThreads(void);
/external/chromium_org/third_party/libxml/src/
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 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
H A Dparser.c14236 xmlCleanupThreads(); /* must be last if called not from the main thread */
/external/libxml2/
H A Dthreads.c895 * xmlCleanupThreads:
897 * xmlCleanupThreads() is used to to cleanup all the thread related
909 xmlCleanupThreads(void) function
912 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
H A Dparser.c14768 xmlCleanupThreads(); /* must be last if called not from the main thread */

Completed in 269 milliseconds