Home
last modified time | relevance | path

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

/nptl/
A Dpthread_once.c67 __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()
A Dtst-once5.cc33 init_routine (void) in init_routine() function
52 int rc = pthread_once (&once, init_routine); in do_test()

Completed in 3 milliseconds