freebsd-skq/lib
kib 117ade20e9 Add __cxa_thread_atexit(3) API implementation.
This is the backing feature to implement C++11 thread storage duration
specified by the thread_local keyword.  A destructor for given
thread-local object is registered to be executed at the thread
termination time using __cxa_thread_atexit().  Libc calls the
__cxa_thread_calls_dtors() during exit(3), before finalizers and
atexit functions, and libthr calls the function at the thread
termination time, after the stack unwinding and thread-specific key
destruction.

There are several uncertainties in the API which lacks a formal
specification.  Among them:
- is it allowed to register destructors during destructing;
	we allow, but limiting the nesting level.  If too many iterations
	detected, a diagnostic is issued to stderr and thread forcibly
	terminates for now.
- how to handle destructors which belong to an unloading dso;
	for now, we ignore destructor calls for such entries, and
	issue a diagnostic.  Linux does prevent dso unload until all
	threads with destructors from the dso terminated.
It is supposed that the diagnostics allow to detect real-world
applications relying on the above details and possibly adjust
our implementation.  Right now the choices were to provide the slim
API (but that rarely stands the practice test).

Tests are added to check generic functionality and to specify some of
the above implementation choices.

Submitted by:	Mahdi Mokhtari <mokhi64_gmail.com>
Reviewed by:	theraven
Discussed with:	dim (detection of -std=c++11 supoort for tests)
Sponsored by:	The FreeBSD Foundation (my involvement)
MFC after:	2 weeks
Differential revisions:	https://reviews.freebsd.org/D7224,
    https://reviews.freebsd.org/D7427
2016-08-06 13:32:40 +00:00
..
atf
clang
csu
lib80211
libalias
libarchive
libauditd
libbegemot
libblacklist
libblocksruntime
libbluetooth
libbsdstat
libbsm
libbsnmp
libbz2
libc Add __cxa_thread_atexit(3) API implementation. 2016-08-06 13:32:40 +00:00
libc_nonshared
libc++
libcalendar
libcam
libcasper
libclang_rt
libcom_err
libcompat
libcompiler_rt
libcrypt
libcuse
libcxxrt
libdevctl
libdevdctl
libdevinfo
libdevstat
libdpv
libdwarf
libedit
libefi
libelf
libelftc
libevent
libexecinfo
libexpat
libfetch
libfigpar
libgeom
libgpio
libgssapi
libiconv_modules
libipsec
libjail
libkiconv
libkvm
libldns
liblzma
libmagic
libmd
libmemstat
libmilter
libmp
libmt
libnandfs
libnetbsd
libnetgraph
libngatm
libnv
libopenbsd
libopie
libpam
libpcap
libpe
libpjdlog
libpmc
libproc proc_init: Fix a few memory leaks of 'phdl' 2016-08-02 18:13:50 +00:00
libprocstat
libradius
librpcsec_gss
librpcsvc
librt
librtld_db librtld_db: Use the auxv to figure out where to look up loader symbols. 2016-07-30 03:05:23 +00:00
libsbuf
libsdp
libsm
libsmb
libsmdb
libsmutil
libsqlite3
libstand
libstdbuf
libstdthreads
libsysdecode
libtacplus
libtelnet
libthr Add __cxa_thread_atexit(3) API implementation. 2016-08-06 13:32:40 +00:00
libthread_db
libucl
libufs
libugidfw
libulog
libunbound
libusb
libusbhid
libutil
libvgl
libvmmapi
libwrap
libxo
liby
libypclnt
libz
msun
ncurses
tests
Makefile
Makefile.inc