Home
last modified time | relevance | path

Searched defs:thread_local_dtor (Results 1 – 1 of 1) sorted by relevance

/third_party/musl/src/internal/
Dpthread_impl.h81 struct thread_local_dtor { struct
82 void (*func) (void *);
83 void *arg;
84 void *dso_handle; // Used to located dso.
85 struct thread_local_dtor* next;