Home
last modified time | relevance | path

Searched refs:gl_once_t (Results 1 – 2 of 2) sorted by relevance

/external/bison/lib/glthread/
Dlock.h362 typedef pthread_once_t gl_once_t; typedef
469 typedef pth_once_t gl_once_t; typedef
598 gl_once_t; typedef
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
753 STORAGECLASS gl_once_t NAME = { -1, -1 };
756 extern void glthread_once_func (gl_once_t *once_control, void (*initfunction) (void));
803 typedef int gl_once_t; typedef
[all …]
Dlock.c592 glthread_once_multithreaded (gl_once_t *once_control, void (*initfunction) (void)) in glthread_once_multithreaded()
615 glthread_once_singlethreaded (gl_once_t *once_control) in glthread_once_singlethreaded()
1019 glthread_once_func (gl_once_t *once_control, void (*initfunction) (void)) in glthread_once_func()