Home
last modified time | relevance | path

Searched refs:__libc_tsd_get (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/string/
Dstrerror.c24 return __strerror_l (errnum, __libc_tsd_get (locale_t, LOCALE)); in strerror()
/glibc-2.36/sysdeps/generic/
Dlibc-tsd.h57 #define __libc_tsd_get(TYPE, KEY) (__libc_tsd_##KEY) macro
/glibc-2.36/locale/
Dlocaleinfo.h239 #define _NL_CURRENT_LOCALE (__libc_tsd_get (locale_t, LOCALE))
/glibc-2.36/ChangeLog.old/
DChangeLog.92105 [_LIBC] (tsd_setspecific, tsd_getspecific): Use __libc_tsd_get/set.
2109 (tsd_setspecific, tsd_getspecific): Rewritten using __libc_tsd_get/set.
DChangeLog.131704 (__libc_tsd_set, __libc_tsd_get): Update uses.
5023 (__rpc_thread_variables): Use __libc_tsd_get.
5024 (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
DChangeLog.175682 __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
5685 __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
5701 * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
DChangeLog.141087 * locale/uselocale.c: Use _NL_CURRENT_LOCALE instead of __libc_tsd_get.