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

/vbox/src/libs/libxml2-2.6.31/
H A Dthreads.c55 extern int pthread_once (pthread_once_t *__once_control,
637 pthread_once(&once_control, xmlOnceInit);
753 pthread_once(&once_control, xmlOnceInit);
821 if ((pthread_once != NULL) &&
882 * pthread_once() in association with the once_control variable to ensure
883 * that the function is only called once. See man pthread_once for more
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptthread.c1450 rv = pthread_once(&pt_gc_support_control, init_pthread_gc_support);
1551 rv = pthread_once(&pt_gc_support_control, init_pthread_gc_support);
H A Dptio.c2140 rv = pthread_once(&pt_aix_sendfile_once_block,
2541 rv = pthread_once(&pt_solaris_sendfilev_once_block,
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dvms_x_fix.h1053 #define pthread_once PTHREAD_ONCE macro

Completed in 59 milliseconds