fix missing synchronization of pthread TSD keys with MT-fork
[musl] / src / thread / __tls_get_addr.c
2019-02-19 Rich Felkerinstall dynamic tls synchronously at dlopen, streamline...
2018-10-12 Rich Felkercombine arch ABI's DTP_OFFSET into DTV pointers
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkermove declarations of tls setup/access functions to...
2018-09-05 Rich Felkerdefine and use internal macros for hidden visibility...
2017-01-13 rofl0rfix crashes in x32 __tls_get_addr
2015-11-12 Rich Felkereliminate use of SHARED macro in __tls_get_addr
2015-06-25 Rich Felkerfix local-dynamic model TLS on mips and powerpc
2015-04-14 Rich Felkerfix inconsistent visibility for internal __tls_get_new...
2014-06-19 Rich Felkerseparate __tls_get_addr implementation from dynamic...