aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthread_cancel.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-07-05Replace __libc_multiple_threads with __libc_single_threadedAdhemerval Zanella1-1/+1
2022-04-20nptl: Fix pthread_cancel cancelhandling atomic operationsAdhemerval Zanella1-1/+2
2022-04-14nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)Adhemerval Zanella1-29/+81
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-09-13nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)Florian Weimer1-4/+5
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
2021-06-23nptl: Use SA_RESTART for SIGCANCEL handlerAdhemerval Zanella1-1/+5
2021-06-09nptl: Use pthread_kill on pthread_cancelAdhemerval Zanella1-5/+1
2021-06-09nptl: Move cancel type out of cancelhandlingAdhemerval Zanella1-3/+3
2021-06-09nptl: Move cancel state out of cancelhandlingAdhemerval Zanella1-1/+1
2021-06-09nptl: Remove CANCELING_BITMASKAdhemerval Zanella1-90/+35
2021-06-09nptl: Install cancellation handler on pthread_cancelAdhemerval Zanella1-22/+27
2021-05-21nptl: Perform signal initialization upon pthread_createFlorian Weimer1-9/+79
2021-05-11nptl: Move pthread_cancel into libcFlorian Weimer1-1/+5
2021-05-10nptl: Eliminate __pthread_multiple_threadsFlorian Weimer1-1/+1
2021-05-10nptl: Export __libc_multiple_threads from libc as an internal symbolFlorian Weimer1-1/+1
2021-04-21nptl: Move __pthread_unwind_next into libcFlorian Weimer1-1/+9
2021-03-01nptl: Use <unwind-link.h> for accessing the libgcc_s unwinderFlorian Weimer1-1/+2
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella1-4/+3
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-10-18nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always definedFlorian Weimer1-7/+0
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-06-23Clean pthread functions namespaces for C11 threadsAdhemerval Zanella1-3/+4
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella1-13/+5
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-06Function declaration cleanupAdhemerval Zanella1-2/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-11-20NPTL: Conditionalize asynchronous cancellation support on [SIGCANCEL].Roland McGrath1-4/+13
2014-06-25Remove stray includes of kernel-features.h.Joseph Myers1-1/+0
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-08-08Remove __ASSUME_TGKILL.Joseph Myers1-12/+1
2012-05-15Allow a single-threaded program to cancel itselfSiddhesh Poyarekar1-0/+8
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2009-05-15Fix change to prevent cancel signal in unsafe places.Ulrich Drepper1-2/+6
2004-11-20Update.cvs/fedora-glibc-20041120T0949Ulrich Drepper1-1/+3
2003-12-20Update.Ulrich Drepper1-0/+6
2003-07-22Update.Ulrich Drepper1-0/+3
2003-07-08Update.Ulrich Drepper1-1/+16
2003-03-21Update.Ulrich Drepper1-9/+9
2003-02-21Update.Ulrich Drepper1-1/+7
2003-02-21Update.Ulrich Drepper1-1/+7
2003-02-16(pthread_cancel): Use the result of __pthread_kill.Ulrich Drepper1-2/+3
2003-02-14Update.Ulrich Drepper1-2/+5