Searched refs:xmlOnceInit (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/libxml2-26/libxml2/
H A Dthreads.c177 static void xmlOnceInit(void);
665 pthread_once(&once_control, xmlOnceInit);
688 xmlOnceInit();
734 xmlOnceInit();
803 pthread_once(&once_control, xmlOnceInit);
805 xmlOnceInit();
807 xmlOnceInit();
956 * xmlOnceInit
958 * xmlOnceInit() is used to initialize the value of mainthread for use
965 xmlOnceInit(voi function
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dthreads.c176 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(voi function
[all...]

Completed in 165 milliseconds