Searched refs:init_routine (Results 1 – 2 of 2) sorted by relevance
67 __pthread_once_slow (pthread_once_t *once_control, void (*init_routine) (void)) in __pthread_once_slow()116 init_routine (); in __pthread_once_slow()135 ___pthread_once (pthread_once_t *once_control, void (*init_routine) (void)) in ___pthread_once()143 return __pthread_once_slow (once_control, init_routine); in ___pthread_once()
33 init_routine (void) in init_routine() function52 int rc = pthread_once (&once, init_routine); in do_test()
Completed in 3 milliseconds