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

/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/glthread/
H A Dlock.h73 Execution: err = glthread_once (&name, initfunction);
193 # define glthread_once(ONCE_CONTROL, INITFUNCTION) \ macro
509 # define glthread_once(ONCE_CONTROL, INITFUNCTION) \ macro
514 # define glthread_once(ONCE_CONTROL, INITFUNCTION) \ macro
617 # define glthread_once(ONCE_CONTROL, INITFUNCTION) \ macro
668 # define glthread_once(ONCE_CONTROL, INITFUNCTION) \ macro
782 if (glthread_once (&NAME, INITFUNCTION)) \
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/glthread/
H A Dlock.h73 Execution: err = glthread_once (&name, initfunction);
195 # define glthread_once(ONCE_CONTROL, INITFUNCTION) \ macro
511 # define glthread_once(ONCE_CONTROL, INITFUNCTION) \ macro
516 # define glthread_once(ONCE_CONTROL, INITFUNCTION) \ macro
619 # define glthread_once(ONCE_CONTROL, INITFUNCTION) \ macro
670 # define glthread_once(ONCE_CONTROL, INITFUNCTION) \ macro
784 if (glthread_once (&NAME, INITFUNCTION)) \
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dlock.h612 glthread_once (&NAME, INITFUNCTION); \
621 extern void glthread_once (gl_once_t *once_control, void (*initfunction) (void));
770 glthread_once (&NAME, INITFUNCTION)
771 extern void glthread_once (gl_once_t *once_control, void (*initfunction) (void));
H A Dlock.c482 glthread_once (gl_once_t *once_control, void (*initfunction) (void)) function
884 glthread_once (gl_once_t *once_control, void (*initfunction) (void)) function
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dlock.h611 glthread_once (&NAME, INITFUNCTION); \
620 extern void glthread_once (gl_once_t *once_control, void (*initfunction) (void));
769 glthread_once (&NAME, INITFUNCTION)
770 extern void glthread_once (gl_once_t *once_control, void (*initfunction) (void));
H A Dlock.c481 glthread_once (gl_once_t *once_control, void (*initfunction) (void)) function
883 glthread_once (gl_once_t *once_control, void (*initfunction) (void)) function
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dlock.h611 glthread_once (&NAME, INITFUNCTION); \
620 extern void glthread_once (gl_once_t *once_control, void (*initfunction) (void));
769 glthread_once (&NAME, INITFUNCTION)
770 extern void glthread_once (gl_once_t *once_control, void (*initfunction) (void));
H A Dlock.c481 glthread_once (gl_once_t *once_control, void (*initfunction) (void)) function
883 glthread_once (gl_once_t *once_control, void (*initfunction) (void)) function
/netbsd-current/external/gpl2/gettext/include/
H A Dconfig.h868 #define glthread_once libintl_once macro

Completed in 238 milliseconds