Home
last modified time | relevance | path

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

/stdlib/
A Dcxa_thread_atexit_impl.c89 static __thread struct dtor_list *tls_dtor_list; variable
113 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()

Completed in 4 milliseconds