aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthread_join_common.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-04-14nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)Adhemerval Zanella1-5/+2
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-06-09nptl: Move cancel state out of cancelhandlingAdhemerval Zanella1-1/+4
2021-06-09nptl: Remove CANCELING_BITMASKAdhemerval Zanella1-1/+1
2021-05-11nptl: Move __free_tcb into libcFlorian Weimer1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-11-25nptl: Remove clockwait_tidAdhemerval Zanella1-58/+18
2020-08-13y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit timeLukasz Majewski1-8/+11
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe1-7/+9
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg1-4/+3
2019-10-27time: Introduce function to check correctness of nanoseconds valueLukasz Majewski1-1/+2
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-02-15nptl: Fix invalid Systemtap probe in pthread_join [BZ #24211]Florian Weimer1-2/+3
2019-02-14nptl: Reinstate pthread_timedjoin_np as a cancellation point (BZ#24215)Adhemerval Zanella1-1/+60
2019-01-03nptl: Cleanup cancellation macrosAdhemerval Zanella1-8/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-20nptl: Consolidate pthread_{timed,try}join{_np}Adhemerval Zanella1-0/+115