Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/pthread/
Dtss_set.c23 __tss_set (tss_t tss_id, void *val) in __tss_set() function
29 versioned_symbol (libc, __tss_set, tss_set, GLIBC_2_34);
31 compat_symbol (libpthread, __tss_set, tss_set, GLIBC_2_28);
34 strong_alias (__tss_set, tss_set)
/glibc-2.36/ChangeLog.old/
DChangeLog.2319249 (__tss_set): New function.