Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
Dcxa_thread_atexit_impl.c91 static __thread struct link_map *lm_cache; variable
129 lm_cache = l ? l : GL(dl_ns)[LM_ID_BASE]._ns_loaded; in __cxa_thread_atexit_impl()
137 atomic_fetch_add_relaxed (&lm_cache->l_tls_dtor_count, 1); in __cxa_thread_atexit_impl()
140 new->map = lm_cache; in __cxa_thread_atexit_impl()