summaryrefslogtreecommitdiff
path: root/src/thread/i386/cancellation.s
AgeCommit message (Collapse)AuthorLines
2011-08-03further debloat cancellation handlersRich Felker-0/+34
cleanup push and pop are also no-ops if pthread_exit is not reachable. this can make a big difference for library code which needs to protect itself against cancellation, but which is unlikely to actually be used in programs with threads/cancellation.