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

/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A Dthreads.h71 xmlCleanupThreads(void);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dthreads.h71 xmlCleanupThreads(void);
/macosx-10.10.1/libxml2-26/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");
917 * thus xmlCleanupThreads()) inappropriately--sometimes multiple
919 * xmlCleanupThreads() was only meant to be called when the libxml2
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.c14768 xmlCleanupThreads(); /* must be last if called not from the main thread */
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-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 Dlibxml2.syms844 xmlCleanupThreads;
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.c14075 xmlCleanupThreads(); /* must be last if called not from the main thread */

Completed in 539 milliseconds