aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/pthread/sem_routines.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-02-16pthread: Use 64 bit time_t stat internally for sem_open (BZ #28880)Adhemerval Zanella1-4/+4
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-05-05nptl: Move sem_close, sem_open into libcFlorian Weimer1-5/+5
2021-02-09linux: Fix __sem_check_add_mapping search_semAdhemerval Zanella1-1/+1
2021-02-09linux: Fix __sem_check_add_mapping name lengthAdhemerval Zanella1-0/+1
2021-02-08pthread: Remove alloca usage from __sem_check_add_mappingAdhemerval Zanella1-6/+17
2021-02-08pthread: Refactor semaphore codeAdhemerval Zanella1-0/+187