Searched defs:xmlIsMainThread (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dthreads.c791 * xmlIsMainThread:
793 * xmlIsMainThread() check whether the current thread is the main thread.
798 xmlIsMainThread(void) function
813 xmlGenericError(xmlGenericErrorContext, "xmlIsMainThread()\n");
H A Delfgcchack.h4829 #undef xmlIsMainThread macro
4830 extern __typeof (xmlIsMainThread) xmlIsMainThread __attribute((alias("xmlIsMainThread__internal_alias")));
4832 #ifndef xmlIsMainThread
4833 extern __typeof (xmlIsMainThread) xmlIsMainThread__internal_alias __attribute((visibility("hidden")));
4834 #define xmlIsMainThread xmlIsMainThread__internal_alias macro

Completed in 118 milliseconds