HomeSort by relevance Sort by last modified time
    Searched refs:gl_once_t (Results 1 - 2 of 2) sorted by null

  /external/bison/lib/glthread/
lock.h 70 Type: gl_once_t
360 /* -------------------------- gl_once_t datatype -------------------------- */
362 typedef pthread_once_t gl_once_t; typedef
467 /* -------------------------- gl_once_t datatype -------------------------- */
469 typedef pth_once_t gl_once_t; typedef
591 /* -------------------------- gl_once_t datatype -------------------------- */
598 gl_once_t; typedef in typeref:struct:__anon2730
600 STORAGECLASS gl_once_t NAME = { 0, DEFAULTMUTEX };
605 extern int glthread_once_multithreaded (gl_once_t *once_control, void (*initfunction) (void));
606 extern int glthread_once_singlethreaded (gl_once_t *once_control)
751 gl_once_t; typedef in typeref:struct:__anon2736
803 typedef int gl_once_t; typedef
    [all...]
lock.c 452 /* -------------------------- gl_once_t datatype -------------------------- */
486 /* -------------------------- gl_once_t datatype -------------------------- */
589 /* -------------------------- gl_once_t datatype -------------------------- */
592 glthread_once_multithreaded (gl_once_t *once_control, void (*initfunction) (void))
615 glthread_once_singlethreaded (gl_once_t *once_control)
617 /* We know that gl_once_t contains an integer type. */
1016 /* -------------------------- gl_once_t datatype -------------------------- */
1019 glthread_once_func (gl_once_t *once_control, void (*initfunction) (void))

Completed in 30 milliseconds