Searched refs:___pthread_once (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/nptl/ |
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);
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.23 | 24960 (___pthread_once): New function.
|