aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthread_rwlock_common.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-11-27nptl: Add EOVERFLOW checks for futex callsAdhemerval Zanella1-7/+7
2020-10-04y2038: nptl: Convert pthread_rwlock_{clock|timed}{rd|wr}lock to support 64 bi...Lukasz Majewski1-17/+16
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-10-27time: Introduce function to check correctness of nanoseconds valueLukasz Majewski1-4/+3
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-07-12nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe1-18/+22
2019-07-12nptl: pthread_rwlock: Move timeout validation into _full functionsMike Crowe1-0/+20
2019-07-12nptl: Add clockid parameter to futex timed wait callsMike Crowe1-4/+4
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-12-13Fix rwlock stall with PREFER_WRITER_NONRECURSIVE_NP (bug 23861)Andreas Schwab1-1/+1
2018-12-13Reindent nptl/pthread_rwlock_common.cAndreas Schwab1-78/+80
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-07-28rwlock: Fix explicit hand-over (bug 21298)Carlos O'Donell1-238/+240
2017-01-10New pthread rwlock that is more scalable.Torvald Riegel1-0/+924