Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dthreads.h71 xmlCleanupThreads(void);
/external/libxml2/
Dthreads.c910 xmlCleanupThreads(void) in xmlCleanupThreads() function
Delfgcchack.h2091 #undef xmlCleanupThreads
2092 extern __typeof (xmlCleanupThreads) xmlCleanupThreads __attribute((alias("xmlCleanupThreads__intern…
2094 #ifndef xmlCleanupThreads
2095 extern __typeof (xmlCleanupThreads) xmlCleanupThreads__internal_alias __attribute((visibility("hidd…
2096 #define xmlCleanupThreads xmlCleanupThreads__internal_alias macro
Dparser.c14228 xmlCleanupThreads(); /* must be last if called not from the main thread */ in xmlCleanupParser()