[PATCH] D21803: [libcxxabi] Provide a fallback __cxa_thread_atexit() implementation
Dimitry Ivanov via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 29 16:04:46 PDT 2016
dimitry added a subscriber: dimitry.
================
Comment at: src/cxa_thread_atexit.cpp:46
@@ +45,3 @@
+ pthread_key_delete(key_);
+ }
+
----------------
run_dtors() is called when/if libc++.so gets unloaded... but only for the thread calling dlclose()?
http://reviews.llvm.org/D21803
More information about the cfe-commits
mailing list