aboutsummaryrefslogtreecommitdiff
path: root/nptl/sem_waitcommon.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-12nptl: Add POSIX-proposed sem_clockwaitMike Crowe1-7/+8
2019-07-12nptl: Add clockid parameter to futex timed wait callsMike Crowe1-2/+4
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-07-10Clean up semaphore EINTR handling after Linux futex docs clarification.Torvald Riegel1-30/+7
2015-07-10Add and use new glibc-internal futex API.Torvald Riegel1-109/+6
2015-03-18Make sem_timedwait use FUTEX_CLOCK_REALTIME (bug 18138).Joseph Myers1-0/+15
2015-01-23Also use uint64_t in __new_sem_wait_fastH.J. Lu1-1/+1
2015-01-23Use uint64_t and (uint64_t) 1 for 64-bit intH.J. Lu1-5/+5
2015-01-21Fix semaphore destruction (bug 12674).Carlos O'Donell1-0/+467