Searched refs:___pthread_key_create (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/nptl/ |
D | pthread_key_create.c | 24 ___pthread_key_create (pthread_key_t *key, void (*destr) (void *)) in ___pthread_key_create() function 49 versioned_symbol (libc, ___pthread_key_create, __pthread_key_create, 51 libc_hidden_ver (___pthread_key_create, __pthread_key_create) 53 versioned_symbol (libc, ___pthread_key_create, pthread_key_create, 56 compat_symbol (libpthread, ___pthread_key_create, __pthread_key_create, 58 compat_symbol (libpthread, ___pthread_key_create, pthread_key_create,
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.23 | 24243 (___pthread_key_create): New function.
|