Home
last modified time | relevance | path

Searched refs:__libc_tsd_set (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/locale/
Duselocale.c37 __libc_tsd_set (locale_t, LOCALE, locobj); in __uselocale()
65 __libc_tsd_set (const uint16_t *, CTYPE_B, (void *) locobj->__ctype_b); in __uselocale()
66 __libc_tsd_set (const int32_t *, CTYPE_TOLOWER, in __uselocale()
68 __libc_tsd_set (const int32_t *, CTYPE_TOUPPER, in __uselocale()
Dlc-ctype.c67 __libc_tsd_set (const uint16_t *, CTYPE_B, in _nl_postload_ctype()
69 __libc_tsd_set (const int32_t *, CTYPE_TOUPPER, in _nl_postload_ctype()
71 __libc_tsd_set (const int32_t *, CTYPE_TOLOWER, in _nl_postload_ctype()
/glibc-2.36/sysdeps/generic/
Dlibc-tsd.h58 #define __libc_tsd_set(TYPE, KEY, VALUE) (__libc_tsd_##KEY = (VALUE)) macro
/glibc-2.36/ChangeLog.old/
DChangeLog.131704 (__libc_tsd_set, __libc_tsd_get): Update uses.
2519 (__libc_tsd_set): Add _data prefix to variable name.
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.