HomeSort by: relevance | last modified time | path
    Searched defs:gl_once_t (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
lock.h 56 Type: gl_once_t
341 /* -------------------------- gl_once_t datatype -------------------------- */
343 typedef pthread_once_t gl_once_t; typedef
460 /* -------------------------- gl_once_t datatype -------------------------- */
462 typedef pth_once_t gl_once_t; typedef
597 /* -------------------------- gl_once_t datatype -------------------------- */
604 gl_once_t; typedef in typeref:struct:__anon9154
606 STORAGECLASS gl_once_t NAME = { 0, DEFAULTMUTEX };
621 extern void glthread_once (gl_once_t *once_control, void (*initfunction) (void));
622 extern int glthread_once_singlethreaded (gl_once_t *once_control)
766 gl_once_t; typedef in typeref:struct:__anon9160
815 typedef int gl_once_t; typedef
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
lock.h 55 Type: gl_once_t
340 /* -------------------------- gl_once_t datatype -------------------------- */
342 typedef pthread_once_t gl_once_t; typedef
459 /* -------------------------- gl_once_t datatype -------------------------- */
461 typedef pth_once_t gl_once_t; typedef
596 /* -------------------------- gl_once_t datatype -------------------------- */
603 gl_once_t; typedef in typeref:struct:__anon9194
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)
765 gl_once_t; typedef in typeref:struct:__anon9200
814 typedef int gl_once_t; typedef
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
lock.h 55 Type: gl_once_t
340 /* -------------------------- gl_once_t datatype -------------------------- */
342 typedef pthread_once_t gl_once_t; typedef
459 /* -------------------------- gl_once_t datatype -------------------------- */
461 typedef pth_once_t gl_once_t; typedef
596 /* -------------------------- gl_once_t datatype -------------------------- */
603 gl_once_t; typedef in typeref:struct:__anon9220
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)
765 gl_once_t; typedef in typeref:struct:__anon9226
814 typedef int gl_once_t; typedef
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/import/glthread/
lock.h 69 Type: gl_once_t
190 /* -------------------------- gl_once_t datatype -------------------------- */
192 typedef once_flag gl_once_t; typedef
505 /* -------------------------- gl_once_t datatype -------------------------- */
507 typedef pthread_once_t gl_once_t; typedef
614 /* -------------------------- gl_once_t datatype -------------------------- */
616 typedef glwthread_once_t gl_once_t; typedef
618 STORAGECLASS gl_once_t NAME = GLWTHREAD_ONCE_INIT;
665 /* -------------------------- gl_once_t datatype -------------------------- */
667 typedef int gl_once_t; typedef
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/glthread/
lock.h 69 Type: gl_once_t
190 /* -------------------------- gl_once_t datatype -------------------------- */
192 typedef once_flag gl_once_t; typedef
505 /* -------------------------- gl_once_t datatype -------------------------- */
507 typedef pthread_once_t gl_once_t; typedef
614 /* -------------------------- gl_once_t datatype -------------------------- */
616 typedef glwthread_once_t gl_once_t; typedef
618 STORAGECLASS gl_once_t NAME = GLWTHREAD_ONCE_INIT;
665 /* -------------------------- gl_once_t datatype -------------------------- */
667 typedef int gl_once_t; typedef
    [all...]

Completed in 18 milliseconds