Home
last modified time | relevance | path

Searched refs:l_tls_dtor_count (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/stdlib/
Dcxa_thread_atexit_impl.c137 atomic_fetch_add_relaxed (&lm_cache->l_tls_dtor_count, 1); in __cxa_thread_atexit_impl()
165 atomic_fetch_add_release (&cur->map->l_tls_dtor_count, -1); in __call_tls_dtors()
/glibc-2.36/include/
Dlink.h342 size_t l_tls_dtor_count; member
/glibc-2.36/elf/
Ddl-close.c202 && atomic_load_acquire (&l->l_tls_dtor_count) == 0 in _dl_close_worker()
/glibc-2.36/ChangeLog.old/
DChangeLog.1834198 l_tls_dtor_count.
34199 (__call_tls_dtors): Atomically decrement l_tls_dtor_count.
71150 * include/link.h (struct link_map): New member l_tls_dtor_count.