Searched refs:dtor_list (Results 1 – 1 of 1) sorted by relevance
81 struct dtor_list struct86 struct dtor_list *next; argument89 static __thread struct dtor_list *tls_dtor_list;107 struct dtor_list *new = calloc (1, sizeof (struct dtor_list)); in __cxa_thread_atexit_impl()152 struct dtor_list *cur = tls_dtor_list; in __call_tls_dtors()
Completed in 5 milliseconds