summaryrefslogtreecommitdiff
path: root/nptl/tst-cancel-self-canceltype.c
AgeCommit message (Collapse)Author
2012-05-15Allow a single-threaded program to cancel itselfSiddhesh Poyarekar
There is nothing in the POSIX specification to disallow a single-threaded program from cancelling itself, so we forcibly enable multiple_threads to allow the next available cancellation point in the thread to run. Also added additional tests to cover various cancellation scenarios.