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

/vbox/src/libs/libxml2-2.6.31/
H A Dthreads.c168 static void xmlOnceInit(void);
637 pthread_once(&once_control, xmlOnceInit);
658 xmlOnceInit();
693 xmlOnceInit();
753 pthread_once(&once_control, xmlOnceInit);
755 xmlOnceInit ();
757 xmlOnceInit();
878 * xmlOnceInit
880 * xmlOnceInit() is used to initialize the value of mainthread for use
887 xmlOnceInit(voi function
[all...]

Completed in 32 milliseconds