Searched refs:__libc_tsd_get (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/string/ |
D | strerror.c | 24 return __strerror_l (errnum, __libc_tsd_get (locale_t, LOCALE)); in strerror()
|
/glibc-2.36/sysdeps/generic/ |
D | libc-tsd.h | 57 #define __libc_tsd_get(TYPE, KEY) (__libc_tsd_##KEY) macro
|
/glibc-2.36/locale/ |
D | localeinfo.h | 239 #define _NL_CURRENT_LOCALE (__libc_tsd_get (locale_t, LOCALE))
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.9 | 2105 [_LIBC] (tsd_setspecific, tsd_getspecific): Use __libc_tsd_get/set. 2109 (tsd_setspecific, tsd_getspecific): Rewritten using __libc_tsd_get/set.
|
D | ChangeLog.13 | 1704 (__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
|
D | ChangeLog.17 | 5682 __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
|
D | ChangeLog.14 | 1087 * locale/uselocale.c: Use _NL_CURRENT_LOCALE instead of __libc_tsd_get.
|