summaryrefslogtreecommitdiff
path: root/src/thread/pthread_cancel.c
AgeCommit message (Expand)AuthorLines
2015-03-16block all signals (even internal ones) in cancellation signal handlerRich Felker-1/+2
2015-02-21add new masked cancellation modeRich Felker-9/+15
2015-02-20prepare cancellation syscall asm for possibility of __cancel returningRich Felker-0/+7
2015-02-16make pthread_exit responsible for disabling cancellationRich Felker-3/+0
2015-02-03fix missing memory barrier in cancellation signal handlerRich Felker-0/+1
2014-07-06rework cancellation weak alias logic not to depend on archive orderRich Felker-0/+85
2011-04-17overhaul pthread cancellationRich Felker-7/+0
2011-04-01use a_store to set cancel flag in pthread_cancel, to ensure a barrierRich Felker-1/+1
2011-03-29major improvements to cancellation handlingRich Felker-0/+1
2011-03-19syscall overhaul part two - unify public and internal syscall interfaceRich Felker-2/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+7