about summary refs log tree commit diff
path: root/src/thread/pthread_cancel.c
Commit message (Expand)AuthorAgeFilesLines
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* define and use internal macros for hidden visibility, weak refsRich Felker2018-09-051-4/+2
* fix async thread cancellation on sh-fdpicRich Felker2018-08-291-0/+3
* fix deadlock in async thread self-cancellationRich Felker2018-08-281-1/+5
* avoid using signals when a thread attempts to cancel itselfRich Felker2016-02-041-0/+1
* eliminate use of SHARED macro to suppress visibility attributesRich Felker2015-11-111-4/+0
* use explicit __cp_cancel label in cancellable syscall asm for all archsRich Felker2015-11-021-8/+2
* properly access mcontext_t program counter in cancellation handlerRich Felker2015-11-021-3/+4
* cleanup use of visibility attributes in pthread_cancel.cRich Felker2015-04-141-8/+9
* consistently use hidden visibility for cancellable syscall internalsRich Felker2015-04-141-3/+11
* remove remnants of support for running in no-thread-pointer modeRich Felker2015-04-131-2/+1
* block all signals (even internal ones) in cancellation signal handlerRich Felker2015-03-161-1/+2
* add new masked cancellation modeRich Felker2015-02-211-9/+15
* prepare cancellation syscall asm for possibility of __cancel returningRich Felker2015-02-201-0/+7
* make pthread_exit responsible for disabling cancellationRich Felker2015-02-161-3/+0
* fix missing memory barrier in cancellation signal handlerRich Felker2015-02-031-0/+1
* rework cancellation weak alias logic not to depend on archive orderRich Felker2014-07-061-0/+85
* overhaul pthread cancellationRich Felker2011-04-171-7/+0
* use a_store to set cancel flag in pthread_cancel, to ensure a barrierRich Felker2011-04-011-1/+1
* major improvements to cancellation handlingRich Felker2011-03-291-0/+1
* syscall overhaul part two - unify public and internal syscall interfaceRich Felker2011-03-191-2/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+7