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

  /external/bison/lib/glthread/
lock.h 368 : (glthread_once_singlethreaded (ONCE_CONTROL) ? (INITFUNCTION (), 0) : 0))
369 extern int glthread_once_singlethreaded (pthread_once_t *once_control);
475 : (glthread_once_singlethreaded (ONCE_CONTROL) ? (INITFUNCTION (), 0) : 0))
477 extern int glthread_once_singlethreaded (pth_once_t *once_control);
604 : (glthread_once_singlethreaded (ONCE_CONTROL) ? (INITFUNCTION (), 0) : 0))
606 extern int glthread_once_singlethreaded (gl_once_t *once_control);
    [all...]
lock.c 457 glthread_once_singlethreaded (pthread_once_t *once_control) function
504 glthread_once_singlethreaded (pth_once_t *once_control) function
615 glthread_once_singlethreaded (gl_once_t *once_control) function

Completed in 91 milliseconds