OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlIsMainThread
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libxml/src/include/libxml/
threads.h
69
xmlIsMainThread
(void);
/external/libxml2/include/libxml/
threads.h
69
xmlIsMainThread
(void);
/external/chromium_org/third_party/libxml/src/
globals.c
32
#define IS_MAIN_THREAD (
xmlIsMainThread
())
threads.c
788
*
xmlIsMainThread
:
790
*
xmlIsMainThread
() check whether the current thread is the main thread.
795
xmlIsMainThread
(void)
810
xmlGenericError(xmlGenericErrorContext, "
xmlIsMainThread
()\n");
elfgcchack.h
[
all
...]
/external/libxml2/
globals.c
32
#define IS_MAIN_THREAD (
xmlIsMainThread
())
threads.c
790
*
xmlIsMainThread
:
792
*
xmlIsMainThread
() check whether the current thread is the main thread.
797
xmlIsMainThread
(void)
812
xmlGenericError(xmlGenericErrorContext, "
xmlIsMainThread
()\n");
elfgcchack.h
[
all
...]
Completed in 344 milliseconds