summaryrefslogtreecommitdiff
path: root/src/thread/cancel_impl.c
AgeCommit message (Expand)AuthorFilesLines
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