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