pthread_once 727 maint/gnulib/lib/glthread/lock.c int err = pthread_once (once_control, init_function); pthread_once 513 maint/gnulib/lib/glthread/lock.h ? pthread_once (ONCE_CONTROL, INITFUNCTION) \ pthread_once 285 maint/gnulib/lib/mtx.c pthread_once (flagp, func); pthread_once 752 maint/gnulib/lib/pthread.in.h _GL_FUNCDECL_RPL (pthread_once, int, pthread_once 755 maint/gnulib/lib/pthread.in.h _GL_CXXALIAS_RPL (pthread_once, int, pthread_once 759 maint/gnulib/lib/pthread.in.h _GL_FUNCDECL_SYS (pthread_once, int, pthread_once 763 maint/gnulib/lib/pthread.in.h _GL_CXXALIAS_SYS_CAST (pthread_once, int, pthread_once 768 maint/gnulib/lib/pthread.in.h _GL_CXXALIASWARN (pthread_once); pthread_once 773 maint/gnulib/lib/pthread.in.h _GL_WARN_ON_USE (pthread_once, "pthread_once is not portable - " pthread_once 77 maint/gnulib/tests/test-pthread-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::pthread_once, int, pthread_once 38 maint/gnulib/tests/test-pthread-once1.c ASSERT (pthread_once (&a_once, a_init) == 0); pthread_once 140 maint/gnulib/tests/test-pthread-once2.c ASSERT (pthread_once (&once_control, once_execute) == 0);