Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
Dcxa_thread_atexit_impl.c79 typedef void (*dtor_func) (void *); typedef
83 dtor_func func;
100 __cxa_thread_atexit_impl (dtor_func func, void *obj, void *dso_symbol) in __cxa_thread_atexit_impl()
153 dtor_func func = cur->func; in __call_tls_dtors()