OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlOnceInit
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/
threads.c
176
static void
xmlOnceInit
(void);
664
pthread_once(&once_control,
xmlOnceInit
);
687
xmlOnceInit
();
733
xmlOnceInit
();
802
pthread_once(&once_control,
xmlOnceInit
);
804
xmlOnceInit
();
806
xmlOnceInit
();
941
*
xmlOnceInit
943
*
xmlOnceInit
() is used to initialize the value of mainthread for use
950
xmlOnceInit
(void
[
all
...]
/external/libxml2/
threads.c
176
static void
xmlOnceInit
(void);
666
pthread_once(&once_control,
xmlOnceInit
);
689
xmlOnceInit
();
735
xmlOnceInit
();
804
pthread_once(&once_control,
xmlOnceInit
);
806
xmlOnceInit
();
808
xmlOnceInit
();
943
*
xmlOnceInit
945
*
xmlOnceInit
() is used to initialize the value of mainthread for use
952
xmlOnceInit
(void
[
all
...]
Completed in 144 milliseconds