about summary refs log tree commit diff
path: root/src/thread/__tls_get_addr.c
Commit message (Expand)AuthorAgeFilesLines
* install dynamic tls synchronously at dlopen, streamline accessRich Felker2019-02-181-6/+1
* combine arch ABI's DTP_OFFSET into DTV pointersRich Felker2018-10-121-2/+2
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* move declarations of tls setup/access functions to pthread_impl.hRich Felker2018-09-121-2/+0
* define and use internal macros for hidden visibility, weak refsRich Felker2018-09-051-2/+1
* fix crashes in x32 __tls_get_addrrofl0r2017-01-131-2/+2
* eliminate use of SHARED macro in __tls_get_addrRich Felker2015-11-111-6/+6
* fix local-dynamic model TLS on mips and powerpcRich Felker2015-06-251-2/+2
* fix inconsistent visibility for internal __tls_get_new functionRich Felker2015-04-141-3/+2
* separate __tls_get_addr implementation from dynamic linker/init_tlsRich Felker2014-06-191-0/+17