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

  /external/bison/lib/glthread/
lock.h 474 ? glthread_once_multithreaded (ONCE_CONTROL, INITFUNCTION) \
476 extern int glthread_once_multithreaded (pth_once_t *once_control, void (*initfunction) (void));
603 ? glthread_once_multithreaded (ONCE_CONTROL, INITFUNCTION) \
605 extern int glthread_once_multithreaded (gl_once_t *once_control, void (*initfunction) (void));
    [all...]
lock.c 497 glthread_once_multithreaded (pth_once_t *once_control, void (*initfunction) (void)) function
592 glthread_once_multithreaded (gl_once_t *once_control, void (*initfunction) (void)) function

Completed in 313 milliseconds