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

/external/libxml2/include/libxml/
H A Dthreads.h61 xmlInitThreads (void);
/external/libxml2/
H A Dthreads.c801 xmlInitThreads();
856 * xmlInitThreads:
858 * xmlInitThreads() is used to to initialize all the thread related
862 xmlInitThreads(void) function
H A Delfgcchack.h4583 #undef xmlInitThreads macro
4584 extern __typeof (xmlInitThreads) xmlInitThreads __attribute((alias("xmlInitThreads__internal_alias")));
4586 #ifndef xmlInitThreads
4587 extern __typeof (xmlInitThreads) xmlInitThreads__internal_alias __attribute((visibility("hidden")));
4588 #define xmlInitThreads xmlInitThreads__internal_alias macro
H A Dparser.c14160 xmlInitThreads();

Completed in 4963 milliseconds