Searched refs:___pthread_once (Results 1 – 1 of 1) sorted by relevance
/nptl/ |
A D | pthread_once.c | 135 ___pthread_once (pthread_once_t *once_control, void (*init_routine) (void)) in ___pthread_once() function 145 libc_hidden_ver (___pthread_once, __pthread_once) 147 strong_alias (___pthread_once, __pthread_once) 150 versioned_symbol (libc, ___pthread_once, pthread_once, GLIBC_2_34); 152 compat_symbol (libpthread, ___pthread_once, __pthread_once, GLIBC_2_0); 153 compat_symbol (libpthread, ___pthread_once, pthread_once, GLIBC_2_0);
|
Completed in 3 milliseconds