summaryrefslogtreecommitdiff
path: root/src/thread/cancel_impl.c
AgeCommit message (Expand)AuthorLines
2012-05-23fix issue with longjmp out of signal handlers and cancellationRich Felker-11/+4
2012-01-22fix cancellation failure in single-threaded programsRich Felker-1/+1
2011-09-27fix crash in pthread_testcancel if pthread_self has not been calledRich Felker-1/+1
2011-08-07close should not be cancellable after "failing" with EINTRRich Felker-1/+2
2011-08-06use weak aliases rather than function pointers to simplify some codeRich Felker-2/+1
2011-08-02fix breakage in cancellation due to signal functions overhaulRich Felker-1/+7
2011-04-18recheck cancellation disabled flag after syscall returns EINTRRich Felker-1/+1
2011-04-17clean up handling of thread/nothread mode, lockingRich Felker-1/+1
2011-04-17fix bugs in cancellable syscall asmRich Felker-1/+2
2011-04-17don't use pthread_once when there is no danger in raceRich Felker-2/+5
2011-04-17fix some minor issues in cancellation handling patchRich Felker-9/+17
2011-04-17overhaul pthread cancellationRich Felker-0/+70