Searched refs:tls_dtor_list (Results 1 – 2 of 2) sorted by relevance
89 static __thread struct dtor_list *tls_dtor_list; variable113 new->next = tls_dtor_list; in __cxa_thread_atexit_impl()114 tls_dtor_list = new; in __cxa_thread_atexit_impl()150 while (tls_dtor_list) in __call_tls_dtors()152 struct dtor_list *cur = tls_dtor_list; in __call_tls_dtors()158 tls_dtor_list = tls_dtor_list->next; in __call_tls_dtors()
4455 [19018] nptl: Mangle function pointers in tls_dtor_list