Home | History | Annotate | Download | only in gnulib-lib

Lines Matching defs:gl_once_t

55      Type:                gl_once_t
340 /* -------------------------- gl_once_t datatype -------------------------- */
342 typedef pthread_once_t gl_once_t;
459 /* -------------------------- gl_once_t datatype -------------------------- */
461 typedef pth_once_t gl_once_t;
596 /* -------------------------- gl_once_t datatype -------------------------- */
603 gl_once_t;
605 STORAGECLASS gl_once_t NAME = { 0, DEFAULTMUTEX };
620 extern void glthread_once (gl_once_t *once_control, void (*initfunction) (void));
621 extern int glthread_once_singlethreaded (gl_once_t *once_control);
757 /* -------------------------- gl_once_t datatype -------------------------- */
765 gl_once_t;
767 STORAGECLASS gl_once_t NAME = { -1, -1 };
770 extern void glthread_once (gl_once_t *once_control, void (*initfunction) (void));
812 /* -------------------------- gl_once_t datatype -------------------------- */
814 typedef int gl_once_t;
816 STORAGECLASS gl_once_t NAME = 0;