aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/htl
AgeCommit message (Expand)AuthorFilesLines
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers113-113/+113
2022-12-30htl: Fix sem_wait race between read and gsync_waitSamuel Thibault1-2/+2
2022-08-22htl: Make pthread*_cond_timedwait register wref before releasing mutexSamuel Thibault1-4/+6
2022-02-14htl: Fix initializing the key lockSamuel Thibault2-3/+5
2022-02-14htl: Make pthread_[gs]etspecific not check for key validitySamuel Thibault2-4/+2
2022-01-17htl: Fix build error in annexcSamuel Thibault1-2/+4
2022-01-15htl: Hide __pthread_attr's __schedparam type [BZ #23088]Samuel Thibault5-9/+11
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert113-113/+113
2021-09-16htl: Reimplement GSCOPESergey Bugaev1-0/+55
2021-09-16htl: Move thread table to ld.soSergey Bugaev5-8/+40
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar2-2/+0
2021-07-18htl: Do not expose pthread hidden proto outside libpthreadSamuel Thibault1-3/+3
2021-07-13htl: Fix linking static examples against libpthreadSamuel Thibault1-1/+1
2021-07-13htl: Let libc call __pthread_mutex_{,try,un}lockSamuel Thibault1-0/+3
2021-06-28Linux: Cleanups after librt moveFlorian Weimer1-0/+6
2021-06-24Consolidate pthread_atforkAdhemerval Zanella3-67/+4
2021-06-22rt: Move generic implementation from sysdeps/pthread to rtFlorian Weimer1-0/+555
2021-06-09nptl: Implement raise in terms of pthread_killAdhemerval Zanella1-2/+0
2021-05-20Hurd: Define ARCH_MIN_GUARD_SIZE in internal <pthread.h>Florian Weimer1-0/+3
2021-04-27Add __attribute_access_none to disable GCC warnings [BZ #27714]Martin Sebor1-1/+1
2021-04-21Remove pthread_key_create-related internals from libc-lock.hFlorian Weimer1-13/+0
2021-03-29fork.h: replace with register-atfork.hSamuel Thibault2-21/+0
2021-03-24htl: Add missing fork.hSamuel Thibault1-0/+20
2021-03-12posix: Consolidate register-atforkAdhemerval Zanella2-29/+1
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer1-30/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert114-114/+114
2020-12-16htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]Samuel Thibault3-93/+0
2020-12-16htl: Add pshared semaphore supportSamuel Thibault8-184/+253
2020-12-16htl: Add futex-internal.hSamuel Thibault1-0/+39
2020-12-03htl: Add hidden def for __pthread_create/detachSamuel Thibault1-0/+2
2020-11-15hurd: Remove some remnants of cthreadsSamuel Thibault2-2/+2
2020-11-11htl: Fix spurious symbols in namespacesSamuel Thibault5-5/+5
2020-06-28htl: Move cleanup handling to non-private libc-lockSamuel Thibault2-33/+70
2020-06-28htl: Fix includes for lockfileSamuel Thibault3-6/+3
2020-06-24htl: Add wrapper header for <semaphore.h> with hidden __sem_postFlorian Weimer3-2/+11
2020-06-24htl: Fix case when sem_*wait is canceled while holding a tokenSamuel Thibault1-2/+13
2020-06-24htl: Make sem_*wait cancellations pointsSamuel Thibault1-8/+84
2020-06-24htl: Simplify non-cancel path of __pthread_cond_timedwait_internalSamuel Thibault1-20/+21
2020-06-14htl: Fix cleanup support for IO lockingSamuel Thibault2-0/+90
2020-06-14htl: Add noreturn attribute on __pthread_exit forwardSamuel Thibault1-2/+2
2020-06-07htl: Fix registration of atfork handlers in modulesSamuel Thibault2-2/+12
2020-06-07htl: Fix tls initialization for already-created threadsSamuel Thibault1-0/+3
2020-06-07htl: Add sem_clockwait supportSamuel Thibault2-3/+12
2020-06-01htl: Fix gsync_wait symbol expositionSamuel Thibault1-1/+1
2020-06-01htl: Make pthread_cond_destroy wait for threads to be wokenSamuel Thibault3-5/+28
2020-05-26htl: Add clock variantsSamuel Thibault8-12/+126
2020-02-16pthread: Move robust mutex tests from nptl to sysdeps/pthreadSamuel Thibault1-0/+2
2020-02-16htl: Add missing functions and defines for robust mutexesSamuel Thibault1-0/+1
2020-02-10htl C11 threads: Avoid pthread_ symbols visibility in static librarySamuel Thibault28-28/+28
2020-02-11hurd: Add __pthread_spin_wait and use itSamuel Thibault15-21/+21