aboutsummaryrefslogtreecommitdiff
path: root/nptl/cancellation.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-12/+38
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
2021-06-09nptl: Move cancel type out of cancelhandlingAdhemerval Zanella1-39/+12
2021-06-09nptl: Move cancel state out of cancelhandlingAdhemerval Zanella1-1/+2
2021-06-09nptl: Remove CANCELING_BITMASKAdhemerval Zanella1-12/+0
2021-05-05nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer1-2/+2
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-10-18nptl: Document AS-safe functions in cancellation.c.Carlos O'Donell1-2/+5
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+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-08-31nptl: Remove internal_function attributeFlorian Weimer1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-07-10Add and use new glibc-internal futex API.Torvald Riegel1-1/+3
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-2/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2009-05-16Unify source for async cancel handling.Ulrich Drepper1-3/+0
2009-05-15Fix change to prevent cancel signal in unsafe places.Ulrich Drepper1-6/+2
2009-05-15No cancel signal in unsafe places.Ulrich Drepper1-1/+13
2009-04-27* cancellation.c (__pthread_disable_asynccancel): Use THREAD_ATOMIC_ANDUlrich Drepper1-1/+6
2003-05-26Remove __pthread_enable_asynccancel_2.Ulrich Drepper1-34/+0
2003-04-05Update.Ulrich Drepper1-11/+22
2003-03-21Update.Ulrich Drepper1-6/+6
2003-03-11Update.Ulrich Drepper1-1/+30
2002-12-13Update.Ulrich Drepper1-31/+2
2002-12-12Update.Ulrich Drepper1-41/+0
2002-12-08Update.Ulrich Drepper1-0/+62
2002-11-26Initial revisioncvs/initialUlrich Drepper1-0/+92