about summary refs log tree commit diff
path: root/nptl/pthread_clockjoin.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
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-151-1/+2
* nptl: Move thread join functions into libcFlorian Weimer2021-05-111-9/+18
* nptl: Fix __pthread_clockjoin_np64 __pthread_timedjoin_np64 hidden protoAdhemerval Zanella2021-03-051-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* nptl: Return EINVAL for invalid clock for pthread_clockjoin_npAdhemerval Zanella2020-11-251-0/+4
* nptl: Handle NULL abstime [BZ #26394]H.J. Lu2020-08-171-3/+9
* y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit timeLukasz Majewski2020-08-131-3/+16
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* nptl: Add pthread_clockjoin_npMike Crowe2019-11-011-0/+29