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