Home
last modified time | relevance | path

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

/stdlib/
A Dcxa_thread_atexit_impl.c81 struct dtor_list struct
86 struct dtor_list *next; argument
89 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