aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthread_rwlock_common.c
AgeCommit message (Expand)Author
2019-07-12nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe
2019-07-12nptl: pthread_rwlock: Move timeout validation into _full functionsMike Crowe
2019-07-12nptl: Add clockid parameter to futex timed wait callsMike Crowe
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-13Fix rwlock stall with PREFER_WRITER_NONRECURSIVE_NP (bug 23861)Andreas Schwab
2018-12-13Reindent nptl/pthread_rwlock_common.cAndreas Schwab
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-07-28rwlock: Fix explicit hand-over (bug 21298)Carlos O'Donell
2017-01-10New pthread rwlock that is more scalable.Torvald Riegel