Home
last modified time | relevance | path

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

/glibc-2.36/nptl/
Dpthread_once.c135 ___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/
DChangeLog.2324960 (___pthread_once): New function.