about summary refs log tree commit diff
path: root/htl/pt-exit.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* __call_tls_dtors: Use call_function_static_weakSamuel Thibault2023-09-041-4/+1
* htl: thread_local destructors supportSamuel Thibault2023-09-031-0/+6
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Use C11 atomics instead of atomic_decrement_and_testWilco Dijkstra2022-09-231-1/+1
* htl: Destroy thread-specific data before releasing joinsSamuel Thibault2022-02-141-3/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* htl C11 threads: Avoid pthread_ symbols visibility in static librarySamuel Thibault2020-02-101-1/+1
* htl: clean __pthread_get_cleanup_stack hidden protoSamuel Thibault2020-02-101-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* hurd: Fix missing __pthread_get_cleanup_stack symbolSamuel Thibault2018-06-161-1/+1
* hurd: Avoid PLT ref for __pthread_get_cleanup_stackSamuel Thibault2018-06-161-1/+1
* hurd: Avoid local PLT in libpthreadSamuel Thibault2018-04-031-1/+2
* hurd: Avoid local PLTs in libpthread.Samuel Thibault2018-04-021-2/+2
* hurd: Bump remaining LGPL2+ htl licences to LGPL 2.1+Samuel Thibault2018-04-021-7/+7
* hurd: Add hurd thread librarySamuel Thibault2018-04-021-0/+111