Searched defs:thread_local_dtor (Results 1 – 1 of 1) sorted by relevance
81 struct thread_local_dtor { struct82 void (*func) (void *);83 void *arg;84 void *dso_handle; // Used to located dso.85 struct thread_local_dtor* next;