aboutsummaryrefslogtreecommitdiff
path: root/htl/pt-exit.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-09-04__call_tls_dtors: Use call_function_static_weakSamuel Thibault1-4/+1
2023-09-03htl: thread_local destructors supportSamuel Thibault1-0/+6
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-09-23Use C11 atomics instead of atomic_decrement_and_testWilco Dijkstra1-1/+1
2022-02-14htl: Destroy thread-specific data before releasing joinsSamuel Thibault1-3/+3
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-02-10htl C11 threads: Avoid pthread_ symbols visibility in static librarySamuel Thibault1-1/+1
2020-02-10htl: clean __pthread_get_cleanup_stack hidden protoSamuel Thibault1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-06-16hurd: Fix missing __pthread_get_cleanup_stack symbolSamuel Thibault1-1/+1
2018-06-16hurd: Avoid PLT ref for __pthread_get_cleanup_stackSamuel Thibault1-1/+1
2018-04-03hurd: Avoid local PLT in libpthreadSamuel Thibault1-1/+2
2018-04-02hurd: Avoid local PLTs in libpthread.Samuel Thibault1-2/+2
2018-04-02hurd: Bump remaining LGPL2+ htl licences to LGPL 2.1+Samuel Thibault1-7/+7
2018-04-02hurd: Add hurd thread librarySamuel Thibault1-0/+111