aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthread_clockjoin.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella1-1/+2
2021-05-11nptl: Move thread join functions into libcFlorian Weimer1-9/+18
2021-03-05nptl: Fix __pthread_clockjoin_np64 __pthread_timedjoin_np64 hidden protoAdhemerval Zanella1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-11-25nptl: Return EINVAL for invalid clock for pthread_clockjoin_npAdhemerval Zanella1-0/+4
2020-08-17nptl: Handle NULL abstime [BZ #26394]H.J. Lu1-3/+9
2020-08-13y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit timeLukasz Majewski1-3/+16
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe1-0/+29