summaryrefslogtreecommitdiff
path: root/htl/pt-internal.h
AgeCommit message (Expand)Author
2025-11-14Revert __HAVE_64B_ATOMICS configure checkAdhemerval Zanella
2025-11-13htl: Drop pthread-functions infrastructureSamuel Thibault
2025-11-13htl: Move __pthread_cleanup_stack out of libc_pthread_init.cSamuel Thibault
2025-08-16htl: move __pthread_startup into libc.gfleury
2025-08-16htl: move __pthread_setup into libc.gfleury
2025-08-16htl: move __pthread_sigstate_init into libc.gfleury
2025-08-16htl: move __pthread_thread_{alloc, start, terminate} into libc.gfleury
2025-08-16htl: move __pthread_stack_alloc into libc.gfleury
2025-08-16htl: move __pthread_init_{specific, static_tls}, __pthread_{alloc}, dealloc} ...gfleury
2025-06-15htl: move pthread_key_*, pthread_get/setspecificgfleury
2025-02-16htl: don't export __pthread_default_rwlockattr anymore.gfleury
2025-02-16htl: move __pthread_default_rwlockattr into libc.gfleury
2025-02-10htl: stop exporting __pthread_default_barrierattr.gfleury
2025-02-10htl: move __pthread_default_barrierattr into libc.gfleury
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-22htl: move __pthread_mutex_checklocked into libc.gfleury
2024-12-22htl: move __pthread_timedblock, __pthread_timedblock_intr, __pthread_block, _...gfleury
2024-12-22htl: move __pthread_wakeup into libc.gfleury
2024-12-14htl: move __pthread_sigstate into libc.gfleury
2024-12-14htl: move __pthread_sigstate_destroy into libc.gfleury
2024-12-09htl: move __pthread_default_condattr into libc.gfleury
2024-11-19htl: move __pthread_default_attr into libcgfleury
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-04-05htl: move __pthtread_total into libcGuy-Fleury Iteriteka
2023-02-12Fix typos in commentsSamuel Thibault
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-01-22htl: Fix cleaning the reply portSamuel Thibault
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-09-16htl: Move thread table to ld.soSergey Bugaev
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-16htl: Add pshared semaphore supportSamuel Thibault
2020-11-11htl: Keep thread signals blocked during its initializationSamuel Thibault
2020-06-14htl: Move cleanup stack to variable shared between libc and pthreadSamuel Thibault
2020-02-10htl: Make sem_wait/sem_timedwait interruptibleSamuel Thibault
2020-02-09htl: Report missing mutex lock on pthread_cond_*waitSamuel Thibault
2020-02-09htl: Fix default guard sizeSamuel Thibault
2020-02-09htl: Add support for C11 threads behaviorSamuel Thibault
2020-02-09htl: Remove unused filesSamuel Thibault
2020-01-13htl: Avoid crashing when passed invalid pthread_t valuesSamuel Thibault
2020-01-04htl: Drop common tcbhead_t definitionSamuel Thibault
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-04-02hurd: Bump remaining LGPL2+ htl licences to LGPL 2.1+Samuel Thibault
2018-04-02hurd: Add hurd thread librarySamuel Thibault