about summary refs log tree commit diff
path: root/nptl/pthread_rwlock_common.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* nptl: Add EOVERFLOW checks for futex callsAdhemerval Zanella2020-11-271-7/+7
* y2038: nptl: Convert pthread_rwlock_{clock|timed}{rd|wr}lock to support 64 bi...Lukasz Majewski2020-10-041-17/+16
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* time: Introduce function to check correctness of nanoseconds valueLukasz Majewski2019-10-271-4/+3
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe2019-07-121-18/+22
* nptl: pthread_rwlock: Move timeout validation into _full functionsMike Crowe2019-07-121-0/+20
* nptl: Add clockid parameter to futex timed wait callsMike Crowe2019-07-121-4/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Fix rwlock stall with PREFER_WRITER_NONRECURSIVE_NP (bug 23861)Andreas Schwab2018-12-131-1/+1
* Reindent nptl/pthread_rwlock_common.cAndreas Schwab2018-12-131-78/+80
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* rwlock: Fix explicit hand-over (bug 21298)Carlos O'Donell2017-07-281-238/+240
* New pthread rwlock that is more scalable.Torvald Riegel2017-01-101-0/+924